Gets a reference to a cell at the specified coordinates or null if the cell doesn't exist.
public XLCell GetCell(
System.int
)
'Declaration
Public Function GetCell( _
ByVal As System.Integer _
) As XLCell
Parameters
- colIndex
- Index of the column.
Return Value
A reference to the
XLCell object, or null if there is no cell at the specified position.