Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Parent Property


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

Property Value

parent
See Also