Skip to main content
A newer version of this page is available. .

XlDocumentOptions.Assign(XlDocumentOptions) Method

Copies all settings from the XlDocumentOptions object passed as a parameter.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public void Assign(
    XlDocumentOptions documentOptions
)

Parameters

Name Type Description
documentOptions XlDocumentOptions

An object whose settings are assigned to the current object.

See Also