ParsedExpression.ToString(IExpressionContext) Method
Builds a string expression from an expression tree.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
context | IExpressionContext | An IExpressionContext object that provides formula context. |
Returns
Type | Description |
---|---|
String | A string expression. |
Remarks
Use the ToString method to write the formula back to a string after it has been parsed and processed.
See Also