ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table Namespace / ITable Interface / Columns Property

In This Topic
    Columns Property (ITable)
    In This Topic
    Returns ITableColumn collection for this table instance.
    Syntax
    'Declaration
     
    ReadOnly Property Columns As IItemCollection(Of ITableColumn)
    See Also