[]
Gets the index of a sheet.
public int IndexOf(SheetInfo item)
Public Function IndexOf(item As SheetInfo) As Integer
Type | Name | Description |
---|---|---|
SheetInfo | item | The sheet to find the index for. |
Type | Description |
---|---|
int | The index of the sheet. |