[]
Gets or sets a table style shown as available in the table styles gallery (read or write).
bool ShowAsAvailableTableStyle { get; set; }
Property ShowAsAvailableTableStyle As Boolean
ITableStyle customStyle = workbook.TableStyles.Add("GalleryStyle");
customStyle.ShowAsAvailableTableStyle = true;
bool available = customStyle.ShowAsAvailableTableStyle;