beginDroppingRowColumnイベントの引数を提供します。
constructor(droppingRange: CellRange, isDroppingRows: boolean): DroppingRowColumnEventArgs
DroppingRowColumnEventArgsクラスの新しいインスタンスを初期化します。
The dropping cells range.
Indicates whether the dropping event is triggered due to dropping rows or columns.
イベントをキャンセルするかどうかを示す値を取得または設定します。
ドラッグするセル範囲を取得します。
このイベントが行のドロップと列のドロップのどちらを表しているかを示す値を取得します。
イベントデータを持たないイベントで使用する値を提供します。
beginDroppingRowColumnイベントの引数を提供します。