Returns a Styles collection that represents all the styles in the specified workbook. Read-only.
Examples
The following code snippet illustrates how to get the Styles:
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public StylesCollection Styles { get; }
Public ReadOnly Property Styles As StylesCollection
Get
public:
property StylesCollection^ Styles {
StylesCollection^ get ();
}
member Styles : StylesCollection with get
Property Value
Type:
StylesCollection
See Also