[]
Returns the zero-based index of the specified worksheet in the collection.
int IndexOf(IWorksheet worksheet)
Function IndexOf(worksheet As IWorksheet) As Integer
Type | Name | Description |
---|---|---|
IWorksheet | worksheet | The IWorksheet object. |
Type | Description |
---|---|
int | Returns the zero-based index of the specified worksheet in the collection. |