RangeUnionExpression.GetOperatorText(WorkbookDataContext) Method
Gets the operator symbol specific to the current worksheet and the culture.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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