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


In This Topic
Root Property (DrawingObject)
In This Topic
Gets the highest ancestor drawing object which contains this drawing object.
Syntax
'Declaration
 
Public ReadOnly Property Root As DrawingObject
 
'Usage
 
Dim instance As DrawingObject
Dim value As DrawingObject
 
value = instance.Root
See Also