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