Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IParentStyleModelSupport Interface / Parent Property


In This Topic
Parent Property (IParentStyleModelSupport)
In This Topic
Gets or sets the parent style model.
Syntax
'Declaration
 
Property Parent As ISheetStyleModel
 
'Usage
 
Dim instance As IParentStyleModelSupport
Dim value As ISheetStyleModel
 
instance.Parent = value
 
value = instance.Parent
See Also