MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / GetValue Method
Row index.
Column index.

In This Topic
    GetValue Method
    In This Topic
    Gets the value of the cell.
    Syntax
    'Declaration
     
    
    Function GetValue( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer _
    ) As Object

    Parameters

    rowIndex
    Row index.
    columnIndex
    Column index.
    See Also