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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
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