Skip to main content
A newer version of this page is available. .

XlDocumentTheme Enum

Lists values used to specify the document theme.

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlDocumentTheme

Members

Name Description
None

Theme settings are not written to a workbook.

Office2010

Specifies the Office 2007 - 2010 document theme.

Office2013

Specifies the Office 2013 document theme.

Related API Members

The following properties accept/return XlDocumentTheme values:

Remarks

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

See Also