GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Nodes Property


In This Topic
Nodes Property (IShape)
In This Topic
Gets a IShapeNodes collection that represents the geometric description of the specified shape.
Syntax
'Declaration
 
ReadOnly Property Nodes As IShapeNodes
 
'Usage
 
Dim instance As IShape
Dim value As IShapeNodes
 
value = instance.Nodes

Property Value

The shape nodes of a IShape or IShapeBase objects that represent freeform drawings.
See Also