How enable drop-down lists in OO in plugin?

I’m porting vba add-in to OO, but found that it is not possible to switch on or off data validation with list in OO using js. Is it true or it is my doc search fault? I’m try to port Selection.Validation.Add method

Hi @valdemar :wave:

As far as I can tell, there are currently no API methods available in the plugin system to work with data validation — such as creating or modifying drop-down lists — similar to Selection.Validation.Add in VBA.

I’ll double-check this to make sure and get back to you with a more precise answer. Thanks for your question!:handshake: