In This Topic
Gets a reference to a cell at the specified coordinates or null if the cell doesn't exist.
Syntax
'Declaration
Public Function GetCell( _
ByVal As System.Integer _
) As XLCell
public XLCell GetCell(
System.int
)
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.
See Also