Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Parent Property


In This Topic
Parent Property (IShapeBase)
In This Topic
Gets the parent shape for the specified shape.
Syntax
'Declaration
 
ReadOnly Property Parent As IShape
 
'Usage
 
Dim instance As IShapeBase
Dim value As IShape
 
value = instance.Parent

Property Value

The parent shape.
See Also