[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TableColumnCollection

TableColumnCollection Class

Represents a strongly typed collection of TableColumn objects.

Inheritance
TableColumnCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class TableColumnCollection : Collection<TableColumn>, IList<TableColumn>, ICollection<TableColumn>, IList, ICollection, IReadOnlyList<TableColumn>, IReadOnlyCollection<TableColumn>, IEnumerable<TableColumn>, IEnumerable

Constructors

Name Description
TableColumnCollection()

Initializes a new instance of the TableColumnCollection class.

Methods

Name Description
AddRange(IEnumerable<TableColumn>)

Adds a collection of TableColumn objects to the existing TableColumnCollection.

Extension Methods