XlExpression.ToString(IXlExpressionContext) Method
Constructs a textual expression from the XlExpression object using the specified settings. Intended for internal use.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
context | DevExpress.Export.Xl.IXlExpressionContext | An DevExpress.Export.Xl.IXlExpressionContext object that contains culture-specific, reference style and other settings. |
Returns
Type | Description |
---|---|
String | A string expression. |
See Also