Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / ShowAsAvailableTableStyle Property


In This Topic
ShowAsAvailableTableStyle Property (TableStyle)
In This Topic
Gets or sets a value indicating whether the table style shown as available in the table styles gallery.
Syntax
'Declaration
 
Public Property ShowAsAvailableTableStyle As Boolean
 
'Usage
 
Dim instance As TableStyle
Dim value As Boolean
 
instance.ShowAsAvailableTableStyle = value
 
value = instance.ShowAsAvailableTableStyle

Property Value

true if the table style shown as available in the table styles gallery; otherwise, false.
See Also