バージョン

EnterCellToEditModeInternalRow メソッド

編集モードの行は、指定されたセルにエディターが表示されます。
シンタックス
'宣言
 
Protected Friend Function EnterCellToEditModeInternalRow( _
   ByVal cell As Cell, _
   ByVal currentEditCell As Boolean _
) As Boolean
protected internal bool EnterCellToEditModeInternalRow( 
   Cell cell,
   bool currentEditCell
)

パラメータ

cell
currentEditCell
このセルは編集モードかどうか。

戻り値の型

セルが編集モードになった場合は True です。
参照