Skip to main content

XlCellAlignment.CopyFrom(XlCellAlignment) Method

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public void CopyFrom(
    XlCellAlignment value
)

#Parameters

Name Type Description
value XlCellAlignment

An XlCellAlignment class instance representing the source object for copying.

#Remarks

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

See Also