SpreadsheetCellEventArgs.OldFormula Property
In This Article
Gets the cell’s previous formula.
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. |
#Remarks
The cell’s new formula is returned by the SpreadsheetCellEventArgsBase.Formula property.
See Also