Posted 11 May 2020, 5:52 am EST
custom register command.
options.oldValue.sheet = “old sheet”
I how to bind oldSheet to options,because I would like to get old cell value which is deleted
thanks
Forums Home / Spread / SpreadJS
Posted by: 122368177 on 11 May 2020, 5:52 am EST
Posted 11 May 2020, 5:52 am EST
custom register command.
options.oldValue.sheet = “old sheet”
I how to bind oldSheet to options,because I would like to get old cell value which is deleted
thanks
Posted 12 May 2020, 9:02 am EST
Hi,
Custom command options is an object which provides the basic resources to perform the custom action, you could any information that you need to perform the custom action on the commands options object, Further, could you please provide more information about your use case and requirement so that we could better understand the requirement and assist you accordingly.
Regards