Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XlsbDocumentExporterOptions.CopyFrom(IExporterOptions) Method

Copies the properties of the specified object into the current instance of the XlsbDocumentExporterOptions class.

Namespace: DevExpress.XtraSpreadsheet.Export

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

Declaration

public override void CopyFrom(
    IExporterOptions value
)

Parameters

Name Type Description
value IExporterOptions

The source object for copying.

Remarks

Use the CopyFrom method to duplicate the properties of the specified source object in the XlsbDocumentExporterOptions object that calls this method.

See Also