Skip to main content
All docs
V25.1
  • Row

    ThemePreset Enum

    Lists predefined document themes for a workbook.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    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