Skip to main content
All docs
V26.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.v26.1.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