バージョン

BeforeMultiCellOperationEventArgs コンストラクタ

コンストラクター。BeforeMultiCellOperationEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal operation As MultiCellOperation, _
   ByVal newValues As MultiCellOperationInfo.CellValuesCollection _
)
public BeforeMultiCellOperationEventArgs( 
   MultiCellOperation operation,
   MultiCellOperationInfo.CellValuesCollection newValues
)

パラメータ

operation
実行される操作。
newValues
セルの新しい値。
参照