クリックまたはドラッグしてリサイズ
GridPanelItem プロパティ (Int32, Int32)
特定のセルの値を取得または設定します。

名前空間: C1.WPF.FlexGrid
アセンブリ: C1.WPF.FlexGrid.4 (C1.WPF.FlexGrid.4.dll 内) バージョン: 4.0.20161.507 (4.0.20161.507)
構文
public Object this[
	int row,
	int col
] { get; set; }

パラメータ

row
型: SystemInt32
セルが含まれる行のインデックス。
col
型: SystemInt32
セルが含まれる列のインデックス。

戻り値

型: Object
セルの値。
参照