Retrieves the cell located at the specified column index within the row.
index
A zero-based column index of the cell to retrieve from the row.
The Cell at the specified index.
If no cell exists at the index (e.g., the cell has not been initialized or is empty), null will be returned.