Spread Silverlight Documentation
IsPivotStyle Property (IExcelTableStyle)


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

Reference

IExcelTableStyle Interface
IExcelTableStyle Members