Skip to main content
Row

CellKey Struct

A cell’s unique identifier within a workbook.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[ComVisible(false)]
public struct CellKey :
    IComparable<CellKey>,
    IEquatable<CellKey>

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