Name | Description | |
---|---|---|
![]() ![]() | AddResolver | Overloaded. Adds a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference... |
![]() ![]() | AppendTableColumn | Appends the column name of the structured reference. |
![]() | Clone | Clones the specified expression. |
![]() | EnterContext | Overloaded. Enters the specified parsing context. |
![]() | ExitContext | Exits the latest parsing context and restore the previous parsing context. |
![]() | Highlight | Parses the specified formula text to expression. |
![]() | Parse | Parses the specified formula text to expression. |
![]() ![]() | RemoveResolver | Overloaded. Removes a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference... |
![]() | RestoreDefaultCulture | |
![]() | SetExplicitCulture | |
![]() | SetLanguagePackage | Sets the language package. |
![]() | StartExporting | Mark this FormulaEngine as exporting state. |
![]() | StartImporting | Mark this FormulaEngine as importing state. |
![]() | StopExportting | Un-mark this FormulaEngine from exporting state. |
![]() | StopImporting | Un-mark this FormulaEngine from importing state. |
![]() | 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 | Overloaded. 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 A1 reference style. |
![]() ![]() | UnparseReferenceSource | Overloaded. Unparses the specified reference source |
![]() | UnstrictR1C1Boundary | Stops verifying whether the R1C1 reference is unbound or not. |