Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbook Interface / Styles Property


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