GrapeCity.Xaml.Excel
IsTableStyle Property (ExcelTableStyle)


GrapeCity.Excel Namespace > ExcelTableStyle Class : IsTableStyle Property
A flag indicate whether this table style should be shown as an available table style.
Syntax
'Declaration
 
Public Property IsTableStyle As Boolean
'Usage
 
Dim instance As ExcelTableStyle
Dim value As Boolean
 
instance.IsTableStyle = value
 
value = instance.IsTableStyle
public bool IsTableStyle {get; set;}
Remarks
Not mutually exclusive with pivot - both can be true.
See Also

Reference

ExcelTableStyle Class
ExcelTableStyle Members