Spread WPF 17
GrapeCity.Excel Namespace / IExcelTableStyle Interface / IsPivotStyle Property


In This Topic
    IsPivotStyle Property (IExcelTableStyle)
    In This Topic
    A flag indicate whether this table style should be shown as an available pivot table style.
    Syntax
    'Declaration
     
    Property IsPivotStyle As Boolean
    'Usage
     
    Dim instance As IExcelTableStyle
    Dim value As Boolean
     
    instance.IsPivotStyle = value
     
    value = instance.IsPivotStyle
    bool IsPivotStyle {get; set;}
    Remarks
    Not mutually exclusive with table - both can be true.
    See Also