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

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

    Parameters

    name
    A name of ViewSetGlobalColumnStyle.

    Property Value

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