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 Aggregate this[ int index ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As Aggregate |
| Visual C++ |
|---|
public: property Aggregate^ default[int index] { Aggregate^ get (int index); void set (int index, Aggregate^ value); } |
Parameters
- index
- Type: System..::.Int32