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

CellCalculationArgs.CellKey Property

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

Namespace: DevExpress.Spreadsheet.Formulas

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

Declaration

public CellKey CellKey { get; }

Property Value

Type Description
CellKey

A CellKey object to identify a cell.

See Also