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

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

パラメータ

colIndex
データを含む Columnのインデックス。

プロパティ値

この行の特定の列に格納されるデータ。
参照

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