Spread Windows Forms 12.0 Product Documentation
Parent Property (IParentStyleModelSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > IParentStyleModelSupport Interface : Parent Property
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
ISheetStyleModel Parent {get; set;}

Property Value

ISheetStyleModel parent style model
Remarks
If the parent style model is not null, then it composes the cell, column, row, or model default styles in GetCompositeInfo.
See Also

Reference

IParentStyleModelSupport Interface
IParentStyleModelSupport Members