Name | Description | |
---|---|---|
AddResolver | Overloaded. Adds a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference... | |
Dispose | Disposes this instance. | |
EnterContext | Overloaded. Enters the specified parsing context. | |
ExitContext | Exits the latest parsing context and restore the previous parsing context. | |
Parse | Parses the specified formula text to expression. | |
ParseCalcError | Overloaded. | |
RemoveResolver | Overloaded. Removes a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference... | |
RestoreDefaultCulture | ||
SetExplicitCulture | ||
StrictR1C1Boundary | All unbound ranges will be parsed as #REF! when we parse in R1C1 reference style. | |
TryParseA1Reference | Converts the string representation of a range reference in A1 format its RangeReference equivalent. A return value indicates whether the conversion succeeded or failed. | |
TryParseR1C1Reference | Converts the string representation of a range reference in R1C1 format its RangeReference equivalent. A return value indicates whether the conversion succeeded or failed. | |
Unparse | Unparses the specified expression to formula text. | |
UnparseA1Reference | Overloaded. Unparses the range reference in A1 reference style. | |
UnparseError | Unparses the specified CalcError value. | |
UnparseR1C1Reference | Overloaded. Unparses the range reference in R1C1 reference style. | |
UnstrictR1C1Boundary | Don't checking whether the R1C1 reference is unbound or not. |