GcSpread.Sheets Namespace > Events type : DragFillBlock Event |
var instance; // Type: Events instance.DragFillBlock = function(sheet, sheetName, fillRange, autoFillType, fillDirection, cancel) { };
DragFillBlock = function ( sheet : Sheet, sheetName : string, fillRange : Range, autoFillType : AutoFillType, fillDirection : FillDirection, cancel : boolean ) { };
$("#spreadContainer").data("spread").getActiveSheet().bind(GcSpread.Sheets.Events.DragFillBlock, function (e, info) { alert("Direction (" + info.fillDirection + ")"); });