ComponentOne Reports for WPF
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 Integer _
    ) As Group
    public Group Item( 
       int index
    ) {get;}

    Parameters

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