ActiveReports 19 .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
    Gets the collection of columns for this table instance.
    Syntax
    'Declaration
     
    ReadOnly Property Columns As IItemCollection(Of ITableColumn)

    Property Value

    An GrapeCity.ActiveReports.Extensibility.Rendering.Components.IItemCollection<T> of ITableColumn representing the table's columns.
    See Also