Styles Property (IWorkbook)
In This Topic
Gets a
Styles collection that represents all the styles in the workbook.
Syntax
'Declaration
ReadOnly Property Styles As IStyles
'Usage
Dim instance As IWorkbook
Dim value As IStyles
value = instance.Styles
Property Value
A
Styles collection that represents all the styles in the workbook.
See Also