Aspose::Cells::CustomFunctionDefinition class

CustomFunctionDefinition class

Definition of custom function for calculating with user’s custom engine.

class CustomFunctionDefinition

Methods

MethodDescription
CustomFunctionDefinition()Default constructor.
CustomFunctionDefinition(const CustomFunctionDefinition& src)
GetArrayModeParameters(const U16String& functionName)Gets the indices of given custom function’s parameters that need to be calculated in array mode.
GetArrayModeParameters(const char16_t* functionName)Gets the indices of given custom function’s parameters that need to be calculated in array mode.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CustomFunctionDefinition& src)
~CustomFunctionDefinition()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also