[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyle.ShowAsAvailableTableStyle

ShowAsAvailableTableStyle Property

ShowAsAvailableTableStyle

Gets or sets a table style shown as available in the table styles gallery (read or write).

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