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

SpreadsheetCellEventArgsBase.Formula Property

Gets the formula that is currently contained in the cell.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public string Formula { get; }

Property Value

Type Description
String

A string value specifying the formula in the cell.

See Also