[]
        
(Showing Draft Content)

C1.Excel.XLRow.GetCell

GetCell Method

GetCell(int)

Gets a reference to a cell at the specified coordinates or null if the cell doesn't exist.

Declaration
public XLCell GetCell(int colIndex)
Parameters
Type Name Description
int colIndex

Index of the column.

Returns
Type Description
XLCell

A reference to the XLCell object, or null if there is no cell at the specified position.