[]
Gets a reference to a cell at the specified coordinates or null if the cell doesn't exist.
public XLCell GetCell(int colIndex)
Type | Name | Description |
---|---|---|
int | colIndex | Index of the column. |
Type | Description |
---|---|
XLCell | A reference to the XLCell object, or null if there is no cell at the specified position. |