ActiveReports 10
MemberCellIndex Property (IMatrixMember)

GrapeCity.ActiveReports.Extensibility.v10 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace > IMatrixMember Interface : MemberCellIndex Property
Determines the index into the Matrix.CellCollection for this member's axis.
Syntax
'Declaration
 
ReadOnly Property MemberCellIndex As Integer
int MemberCellIndex {get;}
Remarks
If this member is on the column axis, MemberCellIndex is a cell column index. If this member is on the row axis, MemberCellIndex is a cell row index.
See Also

Reference

IMatrixMember Interface
IMatrixMember Members