言語

DataCellCollection クラス

定義

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

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

注釈

このコレクションは二次元のデータセル配列をカプセル化しています。 DataRowGroupingsコレクションの行数は葉ノード要素の数と同じ数です。 DataColumnGroupingsコレクションの列数は葉ノード要素の数と同じ数です。

プロパティ

名前 説明
ColumnCount

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

Count

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

Item[Int32, Int32]

指定された行と列でデータセルを返します。

RowCount

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

適用対象