Skip to main content

RangeUnionExpression.GetOperatorText(WorkbookDataContext) Method

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

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

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