Posted 22 August 2018, 8:56 am EST
Hello,
is it possible to implement own drag fill type? For example where the increment stops at 16 and starts then from 1 again?
Forums Home / Spread / SpreadJS
Posted by: stein on 22 August 2018, 8:56 am EST
Posted 22 August 2018, 8:56 am EST
Hello,
is it possible to implement own drag fill type? For example where the increment stops at 16 and starts then from 1 again?
Posted 23 August 2018, 8:37 am EST
Hi Stein,
You can use the fillAuto method to customize the fill behavior.
http://help.grapecity.com/spread/SpreadSheets11/webframe.html#SpreadJS~GC.Spread.Sheets.Worksheet~fillAuto.html
Thanks,
Deepak Sharma
Posted 27 August 2018, 10:00 am EST
Thanks,
i know but how could i extend the smart tip menu with my custom fill type?
Posted 28 August 2018, 7:23 am EST
Hello,
Drag fill Smart tip menu is a div which you can modify as per the requirement. You can add an element to it and perform the drag fill option of your choice on it’s selection.
Thanks,
Deepak Sharma