DataCellCollection Class

Definition

Represents all data cells in a CustomData object. This class cannot be inherited.

public ref class DataCellCollection sealed
public sealed class DataCellCollection
type DataCellCollection = class
Public NotInheritable Class DataCellCollection
Inheritance
DataCellCollection

Remarks

This collection encapsulates a two-dimensional array of data cells. There are as many rows as there are leaf-node elements in the DataRowGroupings collection. There are as many columns as there are leaf-node elements in the DataColumnGroupings collection.

Properties

ColumnCount

Returns the number of columns in the data cell array.

Count

Gets the number of data cells in the collection.

Item[Int32, Int32]

Returns a data cell at the specified row and column.

RowCount

Returns the number of rows in the data cell array.

Applies to