Spread Silverlight Documentation
Theme Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : Theme Property
Gets or sets the theme used in the IExcelWorkbook instance.
Syntax
'Declaration
 
Property Theme As IExcelTheme
'Usage
 
Dim instance As IExcelWorkbook
Dim value As IExcelTheme
 
instance.Theme = value
 
value = instance.Theme
IExcelTheme Theme {get; set;}

Property Value

The IExcelTheme instance used in the current workbook
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members