[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.Table.Columns

Columns Property

Columns

Gets the collection of columns in the table.

Declaration
public IReadOnlyList<Column> Columns { get; }
Property Value
Type Description
IReadOnlyList<Column>

An IReadOnlyList<T> of Column objects.