ComponentOne List for WinForms
C1.Win.C1List Namespace / SelectedColumnCollection Class / OnInsert Method

In This Topic
    OnInsert Method (SelectedColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnInsert( _
       ByVal index As Integer, _
       ByVal value As Object _
    ) 
    protected virtual void OnInsert( 
       int index,
       object value
    )

    Parameters

    index
    value
    See Also