[]
Gets the number of sheet tabs in the workbook.
int Count { get; }
ReadOnly Property Count As Integer
workbook.Open("import.sjs"); ISheetTabs sheetTabs = workbook.SheetTabs; int count = sheetTabs.Count;