Spread.Sheets Documentation
DragDropBlockCompleted type
GC.Spread.Sheets.Events Namespace : DragDropBlockCompleted type
Occurs when the user completes dragging and dropping a range of cells.
Example
//This example uses the DragDropBlockCompleted event.
activeSheet.bind(GC.Spread.Sheets.Events.DragDropBlockCompleted, function (e, args) {
        alert("From Column (" + args.fromCol + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.DragDropBlockCompleted

See Also

Reference

GC.Spread.Sheets.Events Namespace