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

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

コンストラクタ

プロパティ

イベント

コンストラクタ

constructor

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

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

パラメーター
戻り値
AutoFilledEventArgs

プロパティ

operation

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

AutoFillOperation

range

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

CellRange

イベント

Static empty

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

継承元
EventArgs
引数
EventArgs