A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public XlDocumentOptions DocumentOptions { get; }
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property DocumentOptions As XlDocumentOptions
Property Value
Type | Description |
---|---|
XlDocumentOptions | An object that specifies the resulting document options. |
Property Paths
You can access this nested property as listed below:
Show 20 property paths
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
Feedback