StyleParentStyle Property |
Gets the parent style of this style.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic Style ParentStyle { get; }
Public ReadOnly Property ParentStyle As Style
Get
public:
property Style^ ParentStyle {
Style^ get ();
}
member ParentStyle : Style with get
Property Value
Type:
Style
See Also