AutoFillingEventArgs Class
File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet
Base Class
CancelEventArgs

Provides arguments for the autoFilling event.

Constructor

Properties

Events

Constructor

constructor

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

Initializes a new instance of the AutoFillingEventArgs class.

Parameters
  • range: CellRange

    Range of cells affected by the event.

  • operation: AutoFillOperation

    The auto-fill operation.

Returns
AutoFillingEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

operation

Gets the auto-fill operation.

Type
AutoFillOperation

range

Gets the CellRange affected by this event.

Type
CellRange

Events

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Arguments
EventArgs