21

It's well known on how to make a custom upper menu item (https://developers.google.com/apps-script/guides/menus), but can you append a function to the context menu when right clicking a cell or item?

user3645994
  • 409
  • 6
  • 13

1 Answers1

20

No. Can't do it. There is no class or method to modify the right click context menu.

Alan Wells
  • 30,746
  • 15
  • 104
  • 152