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

XlFont.CopyFrom(XlFont) Method

Copies the appropriate properties of the specified object into the current instance of the XlFont class.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public void CopyFrom(
    XlFont value
)

Parameters

Name Type Description
value XlFont

An XlFont class instance representing the source object for copying.

Remarks

Use the CopyFrom method to duplicate the properties of the specified XlFont object into the instance of the XlFont class that this method is called from.

See Also