[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITable.Columns

Columns Property

Columns

Gets the collection of columns for this table instance.

Declaration
IItemCollection<ITableColumn> Columns { get; }
Property Value
Type Description
IItemCollection<ITableColumn>

An IItemCollection<T> of ITableColumn representing the table's columns.