Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / StyleCollection Class / Item Property
The index of the element.

In This Topic
    Item Property (StyleCollection)
    In This Topic
    Gets the Style object at the specified index in the current collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Style
    public Style this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index of the element.

    Property Value

    The element at the specified index.
    See Also