[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix.IMatrixMember.MemberCellIndex

MemberCellIndex Property

MemberCellIndex

Gets the index into the CellCollection for this member's axis.

Declaration
int MemberCellIndex { get; }
Property Value
Type Description
int

An int representing the index into the CellCollection for this member's axis.

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.