Reputation: 1
I'm creating an addin on powerpoint using office-js and I don't know if there is a method to check if a shape selected by the user ?
I know that in vb.net it looks like this :
Dim shape = selection.ShapeRange.Item(1)
Upvotes: 0
Views: 271
Reputation: 9684
Unfortunately, there is no way to do this in Office.js at this time. It is a good idea. Please consider suggesting it at Microsoft 365 Developer Platform Ideas.
Upvotes: 1