In This Topic
Gets a
GrapeCity.Spreadsheet.Drawing.IShapes collection that represents all the shapes on the chart sheet.
Syntax
'Declaration
ReadOnly Property Shapes As IShapes
'Usage
Dim instance As IChart
Dim value As IShapes
value = instance.Shapes
See Also