Back to Devexpress

CellCalculationArgs.CellKey Property

officefileapi-devexpress-dot-spreadsheet-dot-formulas-dot-cellcalculationargs-710e6886.md

latest1.2 KB
Original Source

CellCalculationArgs.CellKey Property

Gets the cell key that uniquely identifies a cell in a workbook.

Namespace : DevExpress.Spreadsheet.Formulas

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public CellKey CellKey { get; }
vb
Public ReadOnly Property CellKey As CellKey

Property Value

TypeDescription
CellKey

A CellKey object to identify a cell.

|

See Also

CellCalculationArgs Class

CellCalculationArgs Members

DevExpress.Spreadsheet.Formulas Namespace