XlDocumentOptions.Assign(XlDocumentOptions) Method
Copies all settings from the XlDocumentOptions object passed as a parameter.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| documentOptions | XlDocumentOptions | An object whose settings are assigned to the current object. |
See Also