CellKey Struct
A cell’s unique identifier within a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
The following members return CellKey objects:
Remarks
The CellCalculationArgs.CellKey property returns a CellKey instance. CellKey objects are also passed as parameters to the ICustomCalculationService.OnEndCellCalculation and ICustomCalculationService.OnEndCircularReferencesCalculation methods.
See Also