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

XlBordersBase.CopyFrom(XlBordersBase) Method

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

Namespace: DevExpress.Export.Xl

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

Declaration

public void CopyFrom(
    XlBordersBase value
)

Parameters

Name Type Description
value XlBordersBase

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

See Also