ActiveReports 19 .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 of the table.
    Syntax
    'Declaration
     
    Public ReadOnly Property Rows As RowCollection
    public RowCollection Rows {get;}
    See Also