FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / CellStyleCollection Class / Item Property / Item(CellStyleEnum) Property

In This Topic
    Item(CellStyleEnum) Property
    In This Topic
    Gets a built-in CellStyle by style type.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As CellStyleEnum _
    ) As CellStyle
    public CellStyle Item( 
       CellStyleEnum index
    ) {get;}

    Parameters

    index
    See Also