ComponentOne True DBGrid for WinForms
Insert Method (ValueItemCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > ValueItemCollection Class : Insert Method
The zero-based index at which the ValueItem should be inserted.
The ValueItem to insert.
Inserts a ValueItem at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal vi As ValueItem _
) 
public void Insert( 
   System.int index,
   ValueItem vi
)

Parameters

index
The zero-based index at which the ValueItem should be inserted.
vi
The ValueItem to insert.
See Also

Reference

ValueItemCollection Class
ValueItemCollection Members