[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.DataCellCollection

DataCellCollection Class

Represents the data cell collection.

Inheritance
DataCellCollection
Namespace: GrapeCity.ActiveReports.Extensibility.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class DataCellCollection

Constructors

Name Description
DataCellCollection()

Properties

Name Description
ColumnCount

Gets the column count of the current collection.

Count

Gets the data cell count.

this[int, int]

Gets the DataCell with the specified row and column.

RowCount

Gets the row count of the current collection.

Extension Methods