Spread.Sheets Documentation
DragFillBlockCompleted type
GC.Spread.Sheets.Events Namespace : DragFillBlockCompleted type
Occurs when the user completes dragging to fill a range of cells.
Example
//This example uses the DragFillBlockCompleted event.
activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlockCompleted, function (e, info) {
        alert("Type (" + info.autoFillType + ")");
});
Inheritance Hierarchy

Object
   GC.Spread.Sheets.Events.DragFillBlockCompleted

See Also

Reference

GC.Spread.Sheets.Events Namespace