FunctionExternalExpression(String, SheetReference) Constructor
In This Article
Initializes a new instance of the FunctionExternalExpression class with the specified settings.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public FunctionExternalExpression(
string functionName,
SheetReference sheetReference
)
#Parameters
Name | Type | Description |
---|---|---|
function |
String | A string that is the name of an external function. |
sheet |
Sheet |
A Sheet |
See Also