Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlDocumentOptions DocumentOptions { get; }

Property Value

Type Description
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