'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public ReadOnly Property IsInitialized As System.Boolean
'Usage
Dim instance As SheetTab Dim value As System.Boolean value = instance.IsInitialized
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public System.bool IsInitialized {get;}
public read-only property IsInitialized: System.Boolean;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function get IsInitialized : System.boolean
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: __property System.bool get_IsInitialized();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] public: property System.bool IsInitialized { System.bool get(); }