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

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

    Parameters

    index
    An index of DataSchemaGlobalColumnStyle.

    Property Value

    A DataSchemaGlobalColumnStyle.
    See Also