[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.CellStyleCollection.Contains

Contains Method

Contains(string)

Checks whether the collection contains a given style.

Declaration
public bool Contains(string name)
Parameters
Type Name Description
string name

Name of the style to look for.

Returns
Type Description
bool

True if the collection contains a style called name, false otherwise.