Select all Graphic Objects (Shapes / Charts / etc) by using API

Hi, hope you’re doing well!
Could you please help if there’s any option to select shapes, charts and all this image-like stuff by using your API in macro/plugin? Like, can we get all the shapes in the sheet and select them? Like, there’s already a way available with the cells by using .Select() method of ApiRange class. Anything similar for the shapes?

If not, do you know if there are any methods with asc_ prefix that could help with that? For example, there’s asc_Remove() that clears both the cells and the shapes. Is there any “asc_<…>” Method that could select stuff?

Hello @amogus

Please elaborate on the scenario – do you want to select all images as objects, i.e. with image controls, or as text elements? By text elements I mean blue selection as if it was selected with cursor, rather than clicked on the image. For the reference both modes:

Also, let me know what’s that for – what would be the next action in the use case?