Overload | Description |
---|---|
AddResolver(ISymbolResolver) | Adds a custom symbol resolver which resolves un-parsed symbols like cell range reference, external reference... |
AddResolver(IFunctionResolver) | Adds the custom function resolver which resolve custom function(s). |
AddResolver(IOperatorResolver) | Adds the custom operator resolver which allow overriding standard operators by custom operators. |