Returns a group from a Groups collection.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public Group this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Group Get |
Parameters
- index
- Type: System..::..Int32
Remarks
The index parameter may be an integer between zero and Count-1.