Spread Windows Forms 12.0 Product Documentation
Styles Property (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Styles Property
Gets a IWorksheetStyles collection that represents all the styles in the worksheet.
Syntax
'Declaration
 
ReadOnly Property Styles As IWorksheetStyles
'Usage
 
Dim instance As IWorksheet
Dim value As IWorksheetStyles
 
value = instance.Styles
IWorksheetStyles Styles {get;}

Property Value

A IWorksheetStyles collection that represents all the styles in the worksheet.
See Also

Reference

IWorksheet Interface
IWorksheet Members