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

CellKey Struct

Provides a unique identifier of a cell within a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

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

Remarks

The CellKey instance is returned by the CellCalculationArgs.CellKey property. CellKey objects are also passed as arguments to the ICustomCalculationService.OnEndCellCalculation and ICustomCalculationService.OnEndCircularReferencesCalculation methods.

See Also