ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / GridRow Class / Index Property

In This Topic
    Index Property (GridRow)
    In This Topic
    Gets or sets an index of the row.
    Syntax
    'Declaration
     
    Public Property Index As Integer
    public int Index {get; set;}

    Property Value

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