PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / DataSetCollection Class / InsertInt Method

In This Topic
    InsertInt Method (DataSetCollection)
    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