Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / UserCellGroupCollection Class / Item Property
The index in the current collection.

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

    Parameters

    index
    The index in the current collection.

    Property Value

    The UserCellGroup at the specified index.
    See Also