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

ValueObject.FormulaInvariant Property

Converts the object’s value to a worksheet formula in the invariant culture (English), and returns the result.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public string FormulaInvariant { get; }

Property Value

Type Description
String

A string that is the worksheet formula in the invariant culture (English). It starts with an equal sign (=). If conversion fails, returns an empty string.

See Also