次の方法で共有


DataCellCollection クラス

定義

CustomData オブジェクトのすべてのデータ セルを表します。 このクラスは継承できません。

public ref class DataCellCollection sealed
public sealed class DataCellCollection
type DataCellCollection = class
Public NotInheritable Class DataCellCollection
継承
DataCellCollection

注釈

このコレクションは、2 次元のデータ セル配列をカプセル化します。 DataRowGroupings コレクションにはリーフ ノード要素と同じ数の行があります。 DataColumnGroupings コレクションにはリーフ ノード要素と同じ数の列があります。

プロパティ

ColumnCount

データ セル配列の列数を返します。

Count

コレクションに含まれるデータ セルの数を取得します。

Item[Int32, Int32]

指定された行および列のデータ セルを返します。

RowCount

データ セル配列の行数を返します。

適用対象