XlDocumentTheme Enum
Lists values used to specify the document theme.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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