Back to Devexpress

SpreadsheetCellEventArgsBase.Formula Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetcelleventargsbase-5609a492.md

latest1.2 KB
Original Source

SpreadsheetCellEventArgsBase.Formula Property

Gets the formula that is currently contained in the cell.

Namespace : DevExpress.XtraSpreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
String

A string value specifying the formula in the cell.

|

See Also

SpreadsheetCellEventArgsBase Class

SpreadsheetCellEventArgsBase Members

DevExpress.XtraSpreadsheet Namespace