[]
Gets or sets whether the function can accept error values as arguments.
public virtual bool AcceptErrors { get; set; }
Public Overridable Property AcceptErrors As Boolean
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.