[]
Returns the index of the specified sheet in the collection.
public virtual int IndexOf(SheetView sheetView)
Public Overridable Function IndexOf(sheetView As SheetView) As Integer
Type | Name | Description |
---|---|---|
SheetView | sheetView | Sheet (SheetView object) for which to return the index |
Type | Description |
---|---|
int | Zero-based index of the sheet in the collection, or -1 if the sheet was not found |