C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Contains Method
Name of the style to look for.

In This Topic
Contains Method (CellStyleCollection)
In This Topic
Checks whether the collection contains a given style.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As String _
) As Boolean
 

Parameters

name
Name of the style to look for.

Return Value

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