Search notes:

Excel Object Model: Shapes

Methods and properties

addX() Various add… functions allow to add shapes, such as addPicture(), addTextbox() etc.
application
buildFreeform() Returns a freeformBuilder object
count
creator
item()
parent
range Returns a shapeRange object
selectAll()

AddChart2

AddChart2 (      _
   Style       := … , _
   XlChartType := … , _
   Left        := … , _
   Top         := … , _
   Width       := … , _
   Height      := … , _
   NewLayout   := …
)

See also

add… methods
Excel Object Model

Index