Chart.Shapes Property
Returns a Shapes collection that represents all the shapes on the chart sheet. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Shapes As Object
Get
'Usage
Dim instance As Chart
Dim value As Object
value = instance.Shapes
Object Shapes { get; }
Property Value
Type: System.Object
Object