XlDocumentOptions.Assign(XlDocumentOptions) Method
Copies all settings from the XlDocumentOptions object passed as a parameter.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.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