ThemePreset Enum
In This Article
Lists predefined document themes for a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Office2010
|
The Office 2007 - 2010 document theme. |
Office2013
|
The Office 2013 document theme. |
#Remarks
Use the WorkbookTheme.Reset method to reset a custom document theme to one of the predefined Office themes.
See Also