[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellStyleCollection.Item

this Property

this[int]

Gets a CellStyle by index.

Declaration
public CellStyle this[int index] { get; }
Parameters
Type Name Description
int index

this[CellStyleEnum]

Gets a built-in CellStyle by style type.

Declaration
public CellStyle this[CellStyleEnum index] { get; }
Parameters
Type Name Description
CellStyleEnum index

this[string]

Gets a CellStyle by name.

Declaration
public CellStyle this[string name] { get; }
Parameters
Type Name Description
string name
Remarks

If the specified name doesn't exist, this indexer returns null.