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


In This Topic
Theme Property (Workbook)
In This Topic
Gets or sets the theme applied to the current workbook.
Syntax
'Declaration
 
Public Property Theme As Theme
 
'Usage
 
Dim instance As Workbook
Dim value As Theme
 
instance.Theme = value
 
value = instance.Theme
See Also