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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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