Spread.Sheets Documentation
DragFillBlock type
GC.Spread.Sheets.Events Namespace : DragFillBlock type
Occurs when the user is dragging to fill a range of cells.
Example
//This example uses the DragFillBlock event.
activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlock, function (e, info) {
        alert("Direction (" + info.fillDirection + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.DragFillBlock

See Also

Reference

GC.Spread.Sheets.Events Namespace