Gets the object at the specified index.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public AggregateGroup this[ int index ] { get; set; } |
Visual Basic (Declaration) |
---|
Public Default Property Item ( _ index As Integer _ ) As AggregateGroup |
Visual C++ |
---|
public: property AggregateGroup^ default[int index] { AggregateGroup^ get (int index); void set (int index, AggregateGroup^ value); } |
Parameters
- index
- Type: System..::.Int32