[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.SheetInfoCollection.IndexOf

IndexOf Method

IndexOf(SheetInfo)

Gets the index of a sheet.

Declaration
public int IndexOf(SheetInfo item)
Public Function IndexOf(item As SheetInfo) As Integer
Parameters
Type Name Description
SheetInfo item

The sheet to find the index for.

Returns
Type Description
int

The index of the sheet. -1 means the sheet is not in the list.

Implements