ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / SetAddItemData Method
The row index.
The column index.
The new data for the cell.

In This Topic
    SetAddItemData Method (C1ListBase)
    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
    The row index.
    col
    The column index.
    data
    The new data for the cell.
    See Also