Back to Devexpress

XlDocumentTheme Enum

corelibraries-devexpress-dot-export-dot-xl-0a861ab3.md

latest1.2 KB
Original Source

XlDocumentTheme Enum

Lists values used to specify the document theme.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlDocumentTheme
vb
Public Enum XlDocumentTheme

Members

NameDescription
None

Theme settings are not written to a workbook.

| | Office2010 |

Specifies the Office 2007 - 2010 document theme.

| | Office2013 |

Specifies the Office 2013 document theme.

|

The following properties accept/return XlDocumentTheme values:

Remarks

The values listed by this enumeration are used by the IXlDocument.Theme property.

See Also

DevExpress.Export.Xl Namespace