ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / GroupCollection Class / Item Property / Item(Int32) Property

In This Topic
    Item(Int32) Property
    In This Topic
    Returns a group from a C1Report.Groups collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As Group
    public Group Item( 
       System.int index
    ) {get;}

    Parameters

    index
    Remarks
    The index parameter may be an integer between zero and Count-1.
    See Also