Back to Devexpress

CellKey Struct

officefileapi-devexpress-dot-spreadsheet-bb783d4c.md

latest2.1 KB
Original Source

CellKey Struct

A cell’s unique identifier within a workbook.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
[ComVisible(false)]
public struct CellKey :
    IComparable<CellKey>,
    IEquatable<CellKey>
vb
<ComVisible(False)>
Public Structure CellKey
    Implements IComparable(Of CellKey),
               IEquatable(Of 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.

Implements

IComparable<CellKey>

IEquatable<CellKey>

See Also

CellKey Members

ICustomCalculationService

DevExpress.Spreadsheet Namespace