[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheets.IndexOf

IndexOf Method

IndexOf(IWorksheet)

Returns the zero-based index of the specified worksheet in the collection.

Declaration
int IndexOf(IWorksheet worksheet)
Function IndexOf(worksheet As IWorksheet) As Integer
Parameters
Type Name Description
IWorksheet worksheet

The IWorksheet object.

Returns
Type Description
int

Returns the zero-based index of the specified worksheet in the collection.