DataGrid for WPF/Silverlight
BeginEdit(Int32,Int32) メソッド

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > C1DataGrid クラス > BeginEdit メソッド : BeginEdit(Int32,Int32) メソッド
行のインデックス。
列のインデックス。
指定されたセルの編集を開始します。
シンタックス
'宣言
 
Public Overloads Function BeginEdit( _
   ByVal rowIndex As System.Integer, _
   ByVal columnIndex As System.Integer _
) As System.Boolean
public System.bool BeginEdit( 
   System.int rowIndex,
   System.int columnIndex
)

パラメータ

rowIndex
行のインデックス。
columnIndex
列のインデックス。

戻り値の型

編集が開始された場合は True、それ以外の場合は False
参照

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