CalculationOptions.IgnoreError

CalculationOptions.IgnoreError property

Indicates whether errors encountered while calculating formulas should be ignored. The error may be unsupported function, external links, etc. The default value is true.

public bool IgnoreError { get; set; }

See Also