FormulaParseOptions.CheckAddIn

FormulaParseOptions.CheckAddIn property

Whether check addins in existing external links of current workbook for user defined function without external link. Default is true(if user defined function matches one addin in existing external links, then take it as the addin).

public bool CheckAddIn { get; set; }

See Also