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

CellKey Struct

A cell’s unique identifier within a workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

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

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