[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyleCollection.Count

Count Property

Count

Gets the number of table styles in the collection.

This count includes the table styles currently available in the workbook's ITableStyleCollection.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
ITableStyleCollection tableStyles = workbook.TableStyles;
tableStyles.Add("CustomTableStyle");
int count = tableStyles.Count;