ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / GetDisplayText Method
The row index.
The column index.

In This Topic
    GetDisplayText Method (C1ListBase)
    In This Topic
    Gets the display text for the specified row and column.
    Syntax
    'Declaration
     
    
    Public Function GetDisplayText( _
       ByVal rowIndex As Integer, _
       ByVal colIndex As Integer _
    ) As String
    public string GetDisplayText( 
       int rowIndex,
       int colIndex
    )

    Parameters

    rowIndex
    The row index.
    colIndex
    The column index.
    See Also