ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / GridCell Class / RowIndex Property

In This Topic
    RowIndex Property
    In This Topic
    Gets or sets an index of the row the cell is in.
    Syntax
    'Declaration
     
    Public Property RowIndex As Integer
    public int RowIndex {get; set;}

    Property Value

    An System.Int32 value indicating the index of the row the cell is in.
    See Also