Skip to main content
A newer version of this page is available. .

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

Declaration

public void CopyFrom(
    XlCellFormatting value,
    FormatType columnFormatType
)

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