FlexGrid for WPF
Item(Int32,Column) プロパティ

C1.WPF.FlexGrid.4.6.2 アセンブリ > C1.WPF.FlexGrid 名前空間 > GridPanel クラス > Item プロパティ : Item(Int32,Column) プロパティ
セルが含まれる行のインデックス。
セルを含む Column
特定のセルの値を取得または設定します。
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal row As System.Integer, _
   ByVal col As Column _
) As System.Object
public System.object Item( 
   System.int row,
   Column col
) {get; set;}

パラメータ

row
セルが含まれる行のインデックス。
col
セルを含む Column

プロパティ値

セルの値。
参照

GridPanel クラス
GridPanel メンバ
オーバーロード一覧