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