Hi to all,
when i need to protect via api a lo calc sheet i only do something like
sh = ThisComponent.CurrentController.getActiveSheet()
sh.protect(passwd)
sh.unprotect(passwd)
But how can i protect the sheet with the option DO NOT SELECT PROTECTED CELLS like you can do it from the interface?
I can’t find an api to do this…
Thank You!