ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLRow Class / GetCell Method
Index of the column.

In This Topic
    GetCell Method (XLRow)
    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 colIndex As System.Integer _
    ) As XLCell
    public XLCell GetCell( 
       System.int colIndex
    )

    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