Back to Devexpress

SpreadsheetCellEventArgsBase.FormulaInvariant Property

officefileapi-devexpress-dot-xtraspreadsheet-dot-spreadsheetcelleventargsbase-2a583f43.md

latest1.3 KB
Original Source

SpreadsheetCellEventArgsBase.FormulaInvariant Property

Gets the formula in the invariant culture 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 FormulaInvariant { get; }
vb
Public ReadOnly Property FormulaInvariant As String

Property Value

TypeDescription
String

A string value specifying the formula in the invariant culture (English).

|

See Also

SpreadsheetCellEventArgsBase Class

SpreadsheetCellEventArgsBase Members

DevExpress.XtraSpreadsheet Namespace