ActiveReports 10
Item Property (IMatrixMemberCollection)

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixMemberCollection Interface : Item Property
The index of the element to get.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IMatrixMember
IMatrixMember this[ 
   int index
]; {get;}

Parameters

index
The index of the element to get.

Property Value

The MatrixMember at the specified index.
See Also

Reference

IMatrixMemberCollection Interface
IMatrixMemberCollection Members