ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrixMember Interface / MemberCellIndex Property

In This Topic
    MemberCellIndex Property (IMatrixMember)
    In This Topic
    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