ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / 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
    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