[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellStyleCollection.IndexOf

IndexOf Method

IndexOf(CellStyle)

Gets the index of a style in the collection.

Declaration
public int IndexOf(CellStyle style)
Parameters
Type Name Description
CellStyle style

Style object to look for.

Returns
Type Description
int

Index of the style in the collection, or -1 if the style is not a member of the collection.