Skip to main content

ArrayConstantExpression.Clone() Method

Creates a copy of the current ArrayConstantExpression object.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public ArrayConstantExpression Clone()

Returns

Type Description
ArrayConstantExpression

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

Remarks

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

See Also