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

XlBorder.CopyFrom(XlBorder) Method

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

Namespace: DevExpress.Export.Xl

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

Declaration

public void CopyFrom(
    XlBorder other
)

Parameters

Name Type Description
other XlBorder

An XlBorder class instance representing the source object for copying.

Remarks

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

See Also