Aspose::Cells::FormulaParseOptions::GetCustomFunctionDefinition method
FormulaParseOptions::GetCustomFunctionDefinition method
Definition for parsing custom functions.
CustomFunctionDefinition * Aspose::Cells::FormulaParseOptions::GetCustomFunctionDefinition()
Remarks
For some special requirements, such as when calculating custom function in user’s custom engine, some parameters of it need to be caculated in array mode, using this property can mark those parameters as array mode when parsing the formula. Otherwise user needs to update those custom functions later by Workbook.UpdateCustomFunctionDefinition(CustomFunctionDefinition) to get the same result.
See Also
- Class CustomFunctionDefinition
- Class FormulaParseOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++