ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewSetColumnStyleCollection Class / Item Property / Item(Int32) Property
An index of ViewSetGlobalColumnStyle.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a ViewSetGlobalColumnStyle at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As ViewSetGlobalColumnStyle
    public new ViewSetGlobalColumnStyle Item( 
       System.int index
    ) {get;}

    Parameters

    index
    An index of ViewSetGlobalColumnStyle.

    Property Value

    A ViewSetGlobalColumnStyle.
    See Also