Spread Windows Forms 12.0 Product Documentation
Theme Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbook Interface : Theme Property
Gets or sets the theme applied to the current workbook.
Syntax
'Declaration
 
Property Theme As Theme
'Usage
 
Dim instance As IWorkbook
Dim value As Theme
 
instance.Theme = value
 
value = instance.Theme
Theme Theme {get; set;}
See Also

Reference

IWorkbook Interface
IWorkbook Members