ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageTable Class / Rows Property

In This Topic
    Rows Property (PageTable)
    In This Topic
    Gets the rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As RowCollection
    public RowCollection Rows {get;}

    Property Value

    The rows.
    See Also