Skip to main content
All docs
V25.1
  • 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.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    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