Skip to main content

FunctionExpression.Function Property

Gets or sets the function used in an expression.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public IFunction Function { get; set; }

Property Value

Type Description
IFunction

An IFunction descendant that is the function used in the formula.

See Also