ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / SetAddItemData Method

In This Topic
    SetAddItemData Method (C1Combo)
    In This Topic
    Updates the cell data for the AddItem mode.
    Syntax
    'Declaration
     
    
    Public Sub SetAddItemData( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal data As String _
    ) 
    public void SetAddItemData( 
       int row,
       int col,
       string data
    )

    Parameters

    row
    col
    data
    See Also