[]
Contains options for converting string to FormulaSyntaxTree.
public class ParseContext
Creates an empty parse context.
public ParseContext()
A 0-based number that represents the column location of the formula.
public int BaseColumn { get; set; }
A 0-based number that represents the row location of the formula.
public int BaseRow { get; set; }
Indicates whether the reference style is R1C1.
public bool IsR1C1 { get; set; }