Back to Devexpress

XlExportOptionsBase.DocumentOptions Property

corelibraries-devexpress-dot-xtraprinting-dot-xlexportoptionsbase-c911c21a.md

latest1.7 KB
Original Source

XlExportOptionsBase.DocumentOptions Property

Provides access to options to be embedded as the resulting XLS or XLSX file’s Document Properties.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public XlDocumentOptions DocumentOptions { get; }
vb
Public ReadOnly Property DocumentOptions As XlDocumentOptions

Property Value

TypeDescription
XlDocumentOptions

An object that specifies the resulting document options.

|

Remarks

The object returned provides a set of properties allowing you to specify details about the resulting XLS or XLSX file that describe or identify it. These options include details such as title (XlDocumentOptions.Title), author name (XlDocumentOptions.Author), subject (XlDocumentOptions.Subject), etc.

See Also

XlExportOptionsBase Class

XlExportOptionsBase Members

DevExpress.XtraPrinting Namespace