Hello All,
I have a series of annotation mark up texts that I want to temporarily hide on sheets while we print them.
I have completed the first step, I have collected the Elements (and ID’s) of all the text elements I want to hide.
The next step would be to find what sheet is hosting these text elements and then I would want to be able to either hide or unhide these elements on that sheet. I am a bit stuck as to how to find the hosting sheet of this text using the API (im in python).
Thankyou