[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MatrixColumnCollection

MatrixColumnCollection Class

Represents a strongly typed collection of MatrixColumn objects.

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

Methods

Name Description
AddRange(IEnumerable<MatrixColumn>)

Adds a collection of MatrixColumn objects to the existing MatrixColumnCollection.

Extension Methods