[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellStyleCollection.Contains

Contains Method

Contains(string)

Checks whether the collection contains a given style.

Declaration
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
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.