Skip to main content

SpreadsheetCellEventArgsBase.FormulaInvariant Property

Gets the formula in the invariant culture that is currently contained in the cell.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string FormulaInvariant { get; }

Property Value

Type Description
String

A string value specifying the formula in the invariant culture (English).

See Also