Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

Declaration

public string ToString(
    IXlExpressionContext context
)

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