Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FunctionExternalExpression Constructors

An external function.
Name Parameters Description
FunctionExternalExpression(String, SheetReference, IList<IExpression>) functionName, sheetReference, innerExpressions Initializes a new instance of the FunctionExternalExpression class with the specified settings.
FunctionExternalExpression(String, SheetReference) functionName, sheetReference Initializes a new instance of the FunctionExternalExpression class with the specified settings.
See Also