Skip to main content

XlsDocumentExporterOptions.CopyFrom(IExporterOptions) Method

Copies the appropriate properties of the specified object into the current instance of the XlsDocumentExporterOptions class.

Namespace: DevExpress.XtraSpreadsheet.Export

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override void CopyFrom(
    IExporterOptions value
)

Parameters

Name Type Description
value IExporterOptions

An IExporterOptions descendant that is the source object for copying. If the object cannot be cast to the XlsDocumentExporterOptions type, the method does nothing.

Remarks

Use the CopyFrom method to duplicate the properties of the specified Options object in the XlsDocumentExporterOptions object that calls this method.

See Also