Spread Windows Forms 12.0 Product Documentation
Styles Property (IWorkbook)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : Styles Property
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
IStyles Styles {get;}

Property Value

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

Reference

IWorkbook Interface
IWorkbook Members