[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataCellCollection

DataCellCollection Class

Represents a strongly typed collection of DataCell objects.

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

Constructors

Name Description
DataCellCollection()

Initializes a new instance of the DataCellCollection class.

Extension Methods