Back to Devexpress

ThemePreset Enum

officefileapi-devexpress-dot-spreadsheet-8db03dd0.md

latest1.0 KB
Original Source

ThemePreset Enum

Lists predefined document themes for a workbook.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ThemePreset
vb
Public Enum ThemePreset

Members

NameDescription
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

DevExpress.Spreadsheet Namespace