MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / C1MultiColumnCombo Class / SetItemData Method

In This Topic
    SetItemData Method (C1MultiColumnCombo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetItemData( _
       ByVal rowIndex As Integer, _
       ByVal columnIndex As Integer, _
       ByVal data As String _
    ) 
    public void SetItemData( 
       int rowIndex,
       int columnIndex,
       string data
    )

    Parameters

    rowIndex
    columnIndex
    data
    See Also