Expression.BuildExpressionString(StringBuilder, IWorkbook) Method
Appends the expression string to the specified StringBuilder object.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| builder | StringBuilder | A StringBuilder object that holds a string to append. |
| workbook | IWorkbook | An IWorkbook object used for creating a string from an expression tree node. |
Remarks
Use the BuildExpressionString method to construct a string expression when the visitor traverses an expression tree.
See Also