var instance; // Type: Events instance.DragFillBlock = function(sheet, sheetName, fillRange, autoFillType, fillDirection, cancel) { };
DragFillBlock = function ( sheet : Worksheet, sheetName : string, fillRange : Range, autoFillType : AutoFillType, fillDirection : FillDirection, cancel : boolean ) { };
Parameters
- sheet
- The sheet that triggered the event.
- sheetName
- The sheet's name.
- fillRange
- The range used for the fill operation.
- autoFillType
- AutoFillType value used for the fill operation.
- fillDirection
- The direction of the fill.
- cancel
- A value that indicates whether the operation should be canceled.