ASP.NET MVC コントロールヘルプ
AutoFillingEventArgs クラス
ファイル
wijmo.grid.sheet.js
モジュール
wijmo.grid.sheet
基本クラス
CancelEventArgs
Show
   

autoFillingイベントの引数を提供します。

コンストラクタ

プロパティ

イベント

コンストラクタ

constructor

constructor(range: CellRange, operation: AutoFillOperation): AutoFillingEventArgs

AutoFillingEventArgsクラスの新しいインスタンスを初期化します。

パラメーター
戻り値
AutoFillingEventArgs

プロパティ

cancel

イベントをキャンセルするかどうかを示す値を取得または設定します。

継承元
CancelEventArgs
boolean

operation

オートフィルの操作を取得します。

AutoFillOperation

range

このイベントの影響を受けたCellRangeを取得します。

CellRange

イベント

Static empty

イベントデータを持たないイベントで使用する値を提供します。

継承元
EventArgs
引数
EventArgs