Aspose::Cells::Workbook::UpdateCustomFunctionDefinition method

Workbook::UpdateCustomFunctionDefinition method

Updates definition of custom functions.

void Aspose::Cells::Workbook::UpdateCustomFunctionDefinition(CustomFunctionDefinition *definition)
ParameterTypeDescription
definitionCustomFunctionDefinition*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 CustomFunctionDefinition.GetArrayModeParameters(string) 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