Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Nodes Property


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

Property Value

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