ActiveReports 10
GetIndexOf Method

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixMemberCollection Interface : GetIndexOf Method
Matrix member to get index of
Returns the index of specified matrix member in collection.
Syntax
'Declaration
 
Function GetIndexOf( _
   ByVal member As IMatrixMember _
) As Integer
int GetIndexOf( 
   IMatrixMember member
)

Parameters

member
Matrix member to get index of

Return Value

The index of the specified matrix member.
See Also

Reference

IMatrixMemberCollection Interface
IMatrixMemberCollection Members