Skip to main content
A newer version of this page is available. .

SpreadsheetCellEventArgs.OldFormulaInvariant Property

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

Namespace: DevExpress.XtraSpreadsheet

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

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