Provides arguments for the autoFilling event.
constructor(range: CellRange, operation: AutoFillOperation): AutoFillingEventArgs
Initializes a new instance of the AutoFillingEventArgs class.
Range of cells affected by the event.
The auto-fill operation.
Gets or sets a value that indicates whether the event should be canceled.
Gets the auto-fill operation.
Provides a value to use with events that do not have event data.