Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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