ComponentOne DataObjects for .NET
Insert Method (TableViewCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableViewCollection Class : Insert Method
The zero-based index at which object should be inserted.
The object to insert.
Inserts an element into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal obj As TableView _
) 
public void Insert( 
   System.int index,
   TableView obj
)

Parameters

index
The zero-based index at which object should be inserted.
obj
The object to insert.
See Also

Reference

TableViewCollection Class
TableViewCollection Members