Posted 7 October 2020, 2:08 am EST
Hello, we are wondering why we receive a rangeChanged event with dragFill action set after a drag fill action, is there any difference with the DragFillBlockCompleted event?dragFill action in rangeChanged event and DragFillBlock, DragFillBlockCompleted
Posted by: loukalem on 7 October 2020, 2:08 am EST
-
-
Replied 8 October 2020, 12:16 am EST
Hi,
In DragFillBlockCompleted you will get the detailed information about the dragFill action such as fill direction and the fill type but the Range changed Events does not provide this information. RangeChanged just provides you the changed Cells and action type but sometimes you may need to know in which direction the fill happened in such case you may use DragFillBlockCompleted.
API references:
RangeChanged: https://www.grapecity.com/spreadjs/docs/v13/online/SpreadJS~GC.Spread.Sheets.Events~RangeChanged_EV.html
DragFillBlockCompleted: https://www.grapecity.com/spreadjs/docs/v13/online/SpreadJS~GC.Spread.Sheets.Events~DragFillBlockCompleted_EV.html
Regards
Avinash