CellKey Properties
A cell’s unique identifier within a workbook.Name | Description |
---|---|
ColumnIndex | Gets the index of the column that contains the current cell. |
RowIndex | Gets the index of the row that contains the current cell. |
SheetId | Returns the ID of the worksheet that contains the current cell. |
See Also