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

In This Topic
    Columns Property (PageTable)
    In This Topic
    Gets the columns.
    Syntax
    'Declaration
     
    Public ReadOnly Property Columns As ColumnCollection
    public ColumnCollection Columns {get;}

    Property Value

    The columns.
    See Also