Parameters
- rowIndex
- Index of the row.
- colIndex
- Index of the column.
Return Value
A reference to the XLCell object at the specified coordinates, or null if there is no cell at the specified position.
To populate new sheets, use the C1XLBook.Sheets indexer instead.
The indexer will automatically create new rows, columns, and cells as needed, and will never return null.