Skip to main content

SubtractionExpression.OperatorText Property

Gets the symbols that designate the operation.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override string OperatorText { get; }

Property Value

Type Description
String

Returns the “-“ string.

See Also