Skip to main content

ConstantExpression.Clone() Method

Creates a copy of the current ConstantExpression object.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ConstantExpression Clone()

Returns

Type Description
ConstantExpression

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

Remarks

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

See Also