ComponentOne List for WinForms
C1.Win.C1List Namespace / GridStyleCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the specified Style from the collection given its index.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As Style
    public Style Item( 
       int index
    ) {get;}

    Parameters

    index
    See Also