Workbook.UpdateCustomFunctionDefinition
Workbook.UpdateCustomFunctionDefinition method
Updates definition of custom functions.
public void UpdateCustomFunctionDefinition(CustomFunctionDefinition definition)
Parameter | Type | Description |
---|---|---|
definition | CustomFunctionDefinition | Special definition of custom functions for user’s special requirement. |
Remarks
This method can be used for some special scenarios. For example, if user needs some parameters of some custom functions be calculated in array mode, then user may provide their own definition with implemented GetArrayModeParameters
for those functions. After the data of formulas being updated, those specified parameters will be calculated in array mode automatically when calculating corresponding custom functions.
See Also
- class CustomFunctionDefinition
- class Workbook
- namespace Aspose.Cells
- assembly Aspose.Cells