[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CustomFunction.AcceptErrors

AcceptErrors Property

AcceptErrors

Gets or sets whether the function can accept error values as arguments.

Declaration
public virtual bool AcceptErrors { get; set; }
Public Overridable Property AcceptErrors As Boolean
Remarks

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.