add_add_in_function method

add_add_in_function

Add addin function.

def add_add_in_function(self, function, min_count_of_parameters, max_count_of_parameters, paramers_type, function_value_type):
    ...
ParameterTypeDescription
functionstrThe function name.
min_count_of_parametersintMinimum number of parameters this function requires
max_count_of_parametersintMaximum number of parameters this function allows.
paramers_typelistThe excepted parameters type of the function
function_value_typeParameterTypeThe function value type.

Remarks

NOTE: This member is now obsolete. Instead, please use WorksheetCollection.RegisterAddInFunction() methods. This method will be removed 12 months later since January 2022. Aspose apologizes for any inconvenience you may have experienced.

See Also