var instance; // Type: Events instance.DragFillBlockCompleted = function(sheet, sheetName, fillRange, autoFillType, fillDirection) { };
DragFillBlockCompleted = function ( sheet : Worksheet, sheetName : string, fillRange : Range, autoFillType : AutoFillType, fillDirection : FillDirection ) { };
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.