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

SpreadsheetCellEventArgs.OldFormula Property

Gets the cell’s previous formula.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public string OldFormula { get; }

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