ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / GetItemText Method / GetItemText(Int32,Int32) Method
The row index.
The column index.

In This Topic
    GetItemText(Int32,Int32) Method
    In This Topic
    Gets the cell text for any cell.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetItemText( _
       ByVal rowIndex As Integer, _
       ByVal colIndex As Integer _
    ) As String
    public string GetItemText( 
       int rowIndex,
       int colIndex
    )

    Parameters

    rowIndex
    The row index.
    colIndex
    The column index.
    Remarks
    This method will get the text for any cell directly, instead of using the Column object.
    See Also