DataGrid for WPF/Silverlight
Item(Int32,Int32) プロパティ

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > C1DataGrid クラス > Item プロパティ : Item(Int32,Int32) プロパティ
指定された行と列のインデックスを持つ DataGridCellを取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) As DataGridCell
public DataGridCell Item( 
   System.int rowIndex,
   System.int columnIndex
) {get;}

パラメータ

rowIndex
columnIndex

プロパティ値

指定された行と列の位置にあるセル
参照

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