Spread Silverlight Documentation
IsTableStyle Property (IExcelTableStyle)


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

Reference

IExcelTableStyle Interface
IExcelTableStyle Members