[]
        
(Showing Draft Content)

Wijmo_Grid_Sheet.Autofillingeventargs

AutoFillingEventArgs クラス

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

階層

コンストラクタ

プロパティ

コンストラクタ

constructor

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

    引数

    • range: CellRange

      イベントの影響を受けるセルの範囲。

    • operation: AutoFillOperation

      オートフィルの操作。

    戻り値 AutoFillingEventArgs

プロパティ

cancel

cancel: boolean

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

operation

operation: AutoFillOperation

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

range

range: CellRange

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

静的 empty

empty: EventArgs

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