Spread Windows Forms 12.0 Product Documentation
ShowAsAvailableTableStyle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableStyle Interface : ShowAsAvailableTableStyle Property
Gets or sets a value indicating whether the table style shown as available in the table styles gallery.
Syntax
'Declaration
 
Property ShowAsAvailableTableStyle As Boolean
'Usage
 
Dim instance As ITableStyle
Dim value As Boolean
 
instance.ShowAsAvailableTableStyle = value
 
value = instance.ShowAsAvailableTableStyle
bool ShowAsAvailableTableStyle {get; set;}

Property Value

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

Reference

ITableStyle Interface
ITableStyle Members