GC.Spread.Sheets Namespace > Events type : DragFillBlockCompleted Event |
var instance; // Type: Events instance.DragFillBlockCompleted = function(sheet, sheetName, fillRange, autoFillType, fillDirection) { };
DragFillBlockCompleted = function ( sheet : Worksheet, sheetName : string, fillRange : Range, autoFillType : AutoFillType, fillDirection : FillDirection ) { };
activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlockCompleted, function (e, info) { alert("Type (" + info.autoFillType + ")"); });