MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / IDropDownView Interface / SetItemData Method
Row index of cell.
Column index of cell.
New data for the specified cell.

In This Topic
    SetItemData Method (IDropDownView)
    In This Topic
    Updates cell data for unbound mode.
    Syntax
    'Declaration
     
    
    Sub SetItemData( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer, _
       ByVal data As String _
    ) 
    void SetItemData( 
       int rowIndex,
       int columnIndex,
       string data
    )

    Parameters

    rowIndex
    Row index of cell.
    columnIndex
    Column index of cell.
    data
    New data for the specified cell.
    See Also