Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / Styles Property


In This Topic
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

Property Value

A Styles collection that represents all the styles in the workbook.
See Also