Skip to main content

SpreadsheetCellEventArgs.OldFormulaInvariant Property

Gets the cell’s previous formula in the invariant culture.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public string OldFormulaInvariant { get; }

Property Value

Type Description
String

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

Remarks

The cell’s new formula in the invariant culture is returned by the SpreadsheetCellEventArgsBase.FormulaInvariant property.

See Also