バージョン

EditModeStartingEventArgs コンストラクタ

EditModeStartingEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal cell As Cell, _
   ByVal editor As ValueEditor _
)
public EditModeStartingEventArgs( 
   Cell cell,
   ValueEditor editor
)

パラメータ

cell
編集モードに入ろうとしているセル
editor
セルで使用されるエディター
参照