As like rows and columns, Is it possible to hide buttons in google sheet using java script?
To hide rows:
hideRows(range);
Similarly to hide button, there should be something like: hideButton(buttonId);
Is there any unique id google sheet is assigning to button while creation of button ?
Please let me know if something can be done in order to hide a button using java script.