Skip to main content
A newer version of this page is available. .
Row

CellKey Struct

Provides a unique identifier of a cell within a workbook.

Namespace: DevExpress.Spreadsheet

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

Declaration

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

The following members return CellKey objects:

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