Skip to main content

XlCellFormatting.MergeWith(XlDifferentialFormatting) Method

Combines the format settings of the specified XlDifferentialFormatting object with the current instance of the XlCellFormatting class.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public void MergeWith(
    XlDifferentialFormatting other
)

Parameters

Name Type Description
other DevExpress.Export.Xl.XlDifferentialFormatting

An XlDifferentialFormatting object that specifies the object to combine with the current XlCellFormatting instance.

See Also