XlsbDocumentImporterOptions.CopyFrom(IImporterOptions) Method
Copies the properties of the specified object into the current instance of the XlsbDocumentImporterOptions class.
Namespace: DevExpress.XtraSpreadsheet.Import
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | IImporterOptions | The source object for copying. |
Remarks
Use the CopyFrom method to duplicate the properties of the specified source object in the XlsbDocumentImporterOptions object that calls this method.
See Also