//This example uses the DragFillBlockCompleted event. activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlockCompleted, function (e, info) { alert("Type (" + info.autoFillType + ")"); });
//This example uses the DragFillBlockCompleted event. activeSheet.bind(GC.Spread.Sheets.Events.DragFillBlockCompleted, function (e, info) { alert("Type (" + info.autoFillType + ")"); });
Object
GC.Spread.Sheets.Events.DragFillBlockCompleted