Skip to main content

UnaryPlusExpression.Clone() Method

Creates a copy of the current UnaryPlusExpression object.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public UnaryPlusExpression Clone()

Returns

Type Description
UnaryPlusExpression

A UnaryPlusExpression object which is a copy of the current object.

Remarks

This method creates a new instance of the UnaryPlusExpression class and copies all the values of the current UnaryPlusExpression‘s properties to it.

See Also