Back to Devexpress

SpreadsheetCellEventArgs.OldFormula Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetcelleventargs-1ad26aa7.md

latest1.3 KB
Original Source

SpreadsheetCellEventArgs.OldFormula Property

Gets the cell’s previous formula.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public string OldFormula { get; }
vb
Public ReadOnly Property OldFormula As String

Property Value

TypeDescription
String

A string specifying the formula.

|

Remarks

The cell’s new formula is returned by the SpreadsheetCellEventArgsBase.Formula property.

See Also

SpreadsheetCellEventArgs Class

SpreadsheetCellEventArgs Members

DevExpress.XtraSpreadsheet Namespace