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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | XlFontBase | An XlFontBase object that represents the object from which the settings will be copied. |
See Also