Aspose::Cells::CustomFunctionDefinition class
CustomFunctionDefinition class
Definition of custom function for calculating with user’s custom engine.
class CustomFunctionDefinition
Methods
| Method | Description |
|---|---|
| CustomFunctionDefinition() | Default constructor. |
| CustomFunctionDefinition(const CustomFunctionDefinition& src) | |
| virtual GetArrayModeParameters(const U16String& functionName) | Gets the indices of given custom function’s parameters that need to be calculated in array mode. |
| virtual GetArrayModeParameters(const char16_t* functionName) | Gets the indices of given custom function’s parameters that need to be calculated in array mode. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const CustomFunctionDefinition& src) | |
| ~CustomFunctionDefinition() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++