Skip to main content

XlFill.CopyFrom(XlFill) Method

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public void CopyFrom(
    XlFill value
)

Parameters

Name Type Description
value XlFill

An XlFill class instance representing the source object for copying.

Remarks

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

See Also