True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumnCollection Class / OnInsert Method

In This Topic
    OnInsert Method (C1DataColumnCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnInsert( _
       ByVal index As System.Integer, _
       ByVal value As System.Object _
    ) 
    protected override void OnInsert( 
       System.int index,
       System.object value
    )

    Parameters

    index
    value
    See Also