Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / ParentStyleName Property


In This Topic
ParentStyleName Property (Rows.DefaultRow)
In This Topic
Gets or sets the name of the parent style (NamedStyle object) from which style properties are inherited for this default row.
Syntax
'Declaration
 
Public Shadows Property ParentStyleName As String
 
'Usage
 
Dim instance As Rows.DefaultRow
Dim value As String
 
instance.ParentStyleName = value
 
value = instance.ParentStyleName
See Also