Class FormulaParseOptions

FormulaParseOptions class

Represents options when parsing formula.

public class FormulaParseOptions

Constructors

NameDescription
FormulaParseOptions()The default constructor.

Properties

NameDescription
CheckAddIn { get; set; }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).
CustomFunctionDefinition { get; set; }Definition for parsing custom functions.
LocaleDependent { get; set; }Whether the formula is locale formatted. Default is false.
Parse { get; set; }Whether parse given formula. Default is true. If it is false, then given formula string will be kept as it is for the cell until user call other methods to parse them or parsed formula data is required by other operations such as calculating formulas.
R1C1Style { get; set; }Whether the formula is R1C1 reference style. Default is false.

See Also