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.2.Core.dll
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