officefileapi-devexpress-dot-spreadsheet-bb783d4c.md
A cell’s unique identifier within a workbook.
Namespace : DevExpress.Spreadsheet
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
[ComVisible(false)]
public struct CellKey :
IComparable<CellKey>,
IEquatable<CellKey>
<ComVisible(False)>
Public Structure CellKey
Implements IComparable(Of CellKey),
IEquatable(Of CellKey)
The following members return CellKey objects:
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