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