ThemePreset Enum
Lists predefined document themes for a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.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