ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets a CellStyle by name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As CellStyle
    public CellStyle Item( 
       string name
    ) {get;}

    Parameters

    name
    Remarks
    If the specified name doesn't exist, this indexer returns null.
    See Also