Visible Property (SheetView)
In This Topic
Gets or sets whether to display the sheet.
Syntax
'Declaration
Public Overridable Property Visible As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.Visible = value
value = instance.Visible
public virtual bool Visible {get; set;}
See Also