Parent Property (StyleInfo)
Gets or sets the name of the parent
NamedStyle object for the style.
'Declaration
Public Overridable Property Parent As String
'Usage
Dim instance As StyleInfo
Dim value As String
instance.Parent = value
value = instance.Parent
public virtual string Parent {get; set;}
Property Value
String containing the name of the parent style of this style
This example creates a StyleInfo object and adjusts the alignment of the text in the first cell. Whether the object is empty is returned to a list box, along with its Parent NamedStyle, if it has one.