バージョン

EditModeStartedEventArgs コンストラクタ

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

パラメータ

cell
編集モードに入ったセル
editor
編集モードでセルで使用されるエディター
参照