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

XlDocumentOptions.Clone() Method

Creates a copy of the current XlDocumentOptions object.

Namespace: DevExpress.XtraPrinting

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

Declaration

public object Clone()

Returns

Type Description
Object

An XlDocumentOptions object that is a copy of the current object.

Remarks

This method creates a new instance of the XlDocumentOptions class and copies all values of the current object to it.

See Also