ComponentOne FlexGrid for WinForms
Contains Method (CellStyleCollection)

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class : Contains Method
Name of the style to look for.
Checks whether the collection contains a given style.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As String _
) As Boolean
public bool Contains( 
   string name
)

Parameters

name
Name of the style to look for.

Return Value

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

Reference

CellStyleCollection Class
CellStyleCollection Members