Skip to main content

CellCalculationArgs.CellKey Property

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

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CellKey CellKey { get; }

Property Value

Type Description
CellKey

A CellKey object to identify a cell.

See Also