ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSchemaColumnStyleCollection Class / Item Property / Item(String) Property
A name of DataSchemaGlobalColumnStyle.

In This Topic
    Item(String) Property
    In This Topic
    Gets a DataSchemaGlobalColumnStyle with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Shadows ReadOnly Property Item( _
       ByVal name As System.String _
    ) As DataSchemaGlobalColumnStyle
    public new DataSchemaGlobalColumnStyle Item( 
       System.string name
    ) {get;}

    Parameters

    name
    A name of DataSchemaGlobalColumnStyle.

    Property Value

    A DataSchemaGlobalColumnStyle with the specified name if exists; otherwise, a null value.
    See Also