SpreadsheetCellEventArgs.OldFormulaInvariant Property
In This Article
Gets the cell’s previous formula in the invariant culture.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#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