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