Skip to main content
A newer version of this page is available. .

FunctionExpression.Clone() Method

Creates a copy of the current FunctionExpression object.

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public FunctionExpression Clone()

Returns

Type Description
FunctionExpression

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

Remarks

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

See Also