Spread Silverlight Documentation
Theme Property (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : Theme Property
Represents the Theme used in the workbook
Syntax
'Declaration
 
Public Property Theme As IExcelTheme
'Usage
 
Dim instance As ExcelWorkbook
Dim value As IExcelTheme
 
instance.Theme = value
 
value = instance.Theme
public IExcelTheme Theme {get; set;}
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members