'Declaration Public Function IndexOf( _ ByVal worksheet As IExcelWorksheet _ ) As System.Integer
'Usage Dim instance As ExcelWorksheetCollection Dim worksheet As IExcelWorksheet Dim value As System.Integer value = instance.IndexOf(worksheet)
public System.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.