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

SpreadsheetCellEventArgs.OldFormulaInvariant Property

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

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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