XlFormattingObject.CopyFrom(XlCellFormatting, FormatType) Method
Copies the font, format string and background color settings from the specified XlCellFormatting object to the current object.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v25.2.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | XlCellFormatting | An object whose settings are copied. |
| columnFormatType | FormatType | A value to be assigned to the XlFormattingObject.FormatType property. |
See Also