Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RangeUnionExpression.GetOperatorText(WorkbookDataContext) Method

Gets the operator symbol specific to the current worksheet and the culture.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

public string GetOperatorText(
    WorkbookDataContext context
)

Parameters

Name Type Description
context DevExpress.XtraSpreadsheet.Model.WorkbookDataContext

An ExpressionContext object providing information on the formula environment.

Returns

Type Description
String

A string that is the operator symbol.

See Also