ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / DataMember Class / MemberCellIndex Property

In This Topic
    MemberCellIndex Property (DataMember)
    In This Topic
    Gets the index of the cell within CustomData.DataCells where this member starts.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property MemberCellIndex As Integer
    public abstract int MemberCellIndex {get;}

    Property Value

    The zero-based index of the starting cell.
    See Also