'Declaration Public Function IndexOf( _ ByVal worksheet As IExcelWorksheet _ ) As Integer
'Usage Dim instance As ExcelWorksheetCollection Dim worksheet As IExcelWorksheet Dim value As Integer value = instance.IndexOf(worksheet)
public int IndexOf( IExcelWorksheet worksheet )
Parameters
- worksheet
- The object to locate in the collection
Return Value
The zero based index of the first occurrence of ExcelWorksheet within the entire collection, if found; otherwise, –1.