Skip to main content

XlDocumentOptions.Clone() Method

Creates a copy of the current XlDocumentOptions object.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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