Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+
Row

ThemePreset Enum

Lists predefined document themes for a workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum ThemePreset

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