CellKey Operators
A cell’s unique identifier within a workbook.| Name | Description |
|---|---|
| Equality(CellKey, CellKey) static | Compares two CellKey structures for equality. |
| Inequality(CellKey, CellKey) static | Compares two CellKey structures to determine whether they are not equal. |
See Also