ShapeRange.Nodes Property
Returns a ShapeNodes collection that represents the geometric description of the specified shape. Applies to ShapeRange objects that represent freeform drawings.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property Nodes As ShapeNodes
Get
'Usage
Dim instance As ShapeRange
Dim value As ShapeNodes
value = instance.Nodes
ShapeNodes Nodes { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.ShapeNodes