ActiveReports 19 .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
    Gets the index into the CellCollection for this member's axis.
    Syntax
    'Declaration
     
    ReadOnly Property MemberCellIndex As Integer
    int MemberCellIndex {get;}

    Property Value

    An System.Int32 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.
    See Also