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

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

パラメータ

cell
編集するセル。

戻り値の型

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

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