'Declaration
<SRDescriptionAttribute("ControlIsAccessibleDescr")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> Public Property IsAccessible As System.Boolean
'Usage
Dim instance As WorkbookView Dim value As System.Boolean instance.IsAccessible = value value = instance.IsAccessible
[SRDescription("ControlIsAccessibleDescr")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("CatBehavior")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public System.bool IsAccessible {get; set;}
public read-write property IsAccessible: System.Boolean;
SRDescriptionAttribute("ControlIsAccessibleDescr") System.ComponentModel.BrowsableAttribute() System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) SRCategoryAttribute("CatBehavior") System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) public function get,set IsAccessible : System.boolean
[SRDescription("ControlIsAccessibleDescr")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("CatBehavior")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: __property System.bool get_IsAccessible(); public: __property void set_IsAccessible( System.bool value );
[SRDescription("ControlIsAccessibleDescr")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("CatBehavior")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] public: property System.bool IsAccessible { System.bool get(); void set ( System.bool value); }