[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection-1.IndexOf

IndexOf Method

IndexOf(T)

Gets the index of a sheet.

Declaration
public int IndexOf(T item)
Public Function IndexOf(item As T) As Integer
Parameters
Type Name Description
T 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