com.grapecity.documents.excel Package / IWorksheets Interface / indexOf Method
The IWorksheet object.
In This Topic
indexOf Method
In This Topic
Returns the zero-based index of the specified worksheet in the collection.
Syntax
int indexOf( 
   IWorksheet worksheet
)

Parameters

worksheet
The IWorksheet object.

Return Value

Returns the zero-based index of the specified worksheet in thecollection.
See Also