Styles Property (Workbook)
In This Topic
Gets a
Styles collection that represents all the styles in the workbook.
Syntax
'Declaration
Public ReadOnly Property Styles As Styles
'Usage
Dim instance As Workbook
Dim value As Styles
value = instance.Styles
public Styles Styles {get;}
Property Value
A
Styles collection that represents all the styles in the workbook.
See Also