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