Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Parent Property


In This Topic
Parent Property (DrawingObject)
In This Topic
Gets the parent.
Syntax
'Declaration
 
Public ReadOnly Property Parent As DrawingObject
 
'Usage
 
Dim instance As DrawingObject
Dim value As DrawingObject
 
value = instance.Parent

Property Value

The parent.
See Also