//This example uses the DragDropBlockCompleted event. activeSheet.bind(GC.Spread.Sheets.Events.DragDropBlockCompleted, function (e, args) { alert("From Column (" + args.fromCol + ")"); });
//This example uses the DragDropBlockCompleted event. activeSheet.bind(GC.Spread.Sheets.Events.DragDropBlockCompleted, function (e, args) { alert("From Column (" + args.fromCol + ")"); });
Object
GC.Spread.Sheets.Events.DragDropBlockCompleted