GrapeCity.Wpf.SpreadSheet Namespace / SheetInfo Class / Visible Property


In This Topic
Visible Property (SheetInfo)
In This Topic
Gets or sets a GrapeCity.Spreadsheet.SheetVisibility value that determines whether the sheet is visible.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property Visible As SheetVisibility
 
'Usage
 
Dim instance As SheetInfo
Dim value As SheetVisibility
 
instance.Visible = value
 
value = instance.Visible

Property Value

Returns a GrapeCity.Spreadsheet.SheetVisibility value that indicates the sheet visibility.
See Also