ShowAsAvailableTableStyle Property (ITableStyle)
Gets or sets a value indicating whether the table style shown as available in the table styles gallery.
bool ShowAsAvailableTableStyle {get; set;}
'Declaration
Property ShowAsAvailableTableStyle As Boolean
'Usage
Dim instance As ITableStyle
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
.