Gets whether the function can accept error values as arguments. If true, error values (e.g., #N/A, #VALUE!) are passed to the function for handling. If false (default), the function immediately returns an error if any argument is an error.
Sets whether the function can accept error values as arguments. If true, error values (e.g., #N/A, #VALUE!) are passed to the function for handling. If false (default), the function immediately returns an error if any argument is an error.
description - The description of the custom function.
result - Specifies the return type for the custom function.
parameters - Specifies the parmeters for the custom function.
Method Details
setAcceptErrors
publicvoidsetAcceptErrors(boolean acceptErrors)
Sets whether the function can accept error values as arguments. If true, error values (e.g., #N/A, #VALUE!) are passed to the function for handling. If false (default), the function immediately returns an error if any argument is an error.
getAcceptErrors
publicbooleangetAcceptErrors()
Gets whether the function can accept error values as arguments. If true, error values (e.g., #N/A, #VALUE!) are passed to the function for handling. If false (default), the function immediately returns an error if any argument is an error.
getIsVolatile
publicbooleangetIsVolatile()
Gets whether to allow custom formula use cache.
Returns:
true if this node is marked as volatile, false otherwise.
setIsVolatile
publicvoidsetIsVolatile(boolean aVolatile)
Sets whether to allow custom formula use cache.
Parameters:
aVolatile - true to mark this node as volatile, false otherwise.