'宣言 Public Overloads Function BeginEdit( _ ByVal cell As DataGridCell _ ) As System.Boolean
public System.bool BeginEdit( DataGridCell cell )
パラメータ
- cell
- 編集するセル。
戻り値の型
編集が開始された場合は True、それ以外の場合は False
'宣言 Public Overloads Function BeginEdit( _ ByVal cell As DataGridCell _ ) As System.Boolean
public System.bool BeginEdit( DataGridCell cell )