| Visual Basic (Declaration) | |
|---|---|
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IMatrixMember | |
| C# | |
|---|---|
IMatrixMember this[ int index ]; {get;} | |
Parameters
- index
- The index of the element to get.
| DataDynamics.Reports.Extensibility | Support Forum |
| Item Property | |
| See Also | |
|
| DataDynamics.Reports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixMemberCollection Interface : Item Property |
| Visual Basic (Declaration) | |
|---|---|
ReadOnly Default Property Item( _ ByVal index As Integer _ ) As IMatrixMember | |
| C# | |
|---|---|
IMatrixMember this[ int index ]; {get;} | |