Interface ISheetTabs
- All Superinterfaces:
Iterable<ISheetTab>
Represents a collection of all the sheet tabs in the workbook.
-
Method Summary
Gets the sheet tab using the index.
Gets the sheet tab using the name.
int
Returns the number of objects in the collection.
-
Method Details
-
getCount
int getCount()
Returns the number of objects in the collection.
-
get
Gets the sheet tab using the index.
- Parameters:
index - The index.
- Returns:
- The sheet tab at the specified index.
-
get
Gets the sheet tab using the name.
- Parameters:
name - TThe name of the sheet tab.
- Returns:
- The sheet tab with the specified name.