[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ISheetTabs.Count

Count Property

Count

Gets the number of sheet tabs in the workbook.

Declaration
int Count { get; }
ReadOnly Property Count As Integer
Examples
workbook.Open("import.sjs");
ISheetTabs sheetTabs = workbook.SheetTabs;
int count = sheetTabs.Count;