[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailablePivotStyle

ShowAsAvailablePivotStyle Property

ShowAsAvailablePivotStyle

Gets or sets whether the specified table style is shown as available in the pivot styles gallery.

Declaration
bool ShowAsAvailablePivotStyle { get; set; }
Property ShowAsAvailablePivotStyle As Boolean
Examples
ITableStyle customStyle = workbook.TableStyles.Add("PivotStyle");
customStyle.ShowAsAvailablePivotStyle = true;
bool available = customStyle.ShowAsAvailablePivotStyle;