PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.DataBinding Namespace / DataSourceCollection Class / InsertInt Method

In This Topic
    InsertInt Method (DataSourceCollection)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Sub InsertInt( _
       ByVal index As Integer, _
       ByVal item As Object _
    ) 
    protected void InsertInt( 
       int index,
       object item
    )

    Parameters

    index
    item
    See Also