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

XlFontBase.CopyFrom(XlFontBase) Method

Copies the appropriate properties of the specified object into the current object of the XlFontBase type.

Namespace: DevExpress.Export.Xl

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

Declaration

public virtual void CopyFrom(
    XlFontBase value
)

Parameters

Name Type Description
value XlFontBase

An XlFontBase object that represents the object from which the settings will be copied.

See Also