ComponentOne True DBGrid for WinForms
Add Method (ValueItemCollection)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > ValueItemCollection Class : Add Method
The ValueItem to add.
Adds a ValueItem to the end of the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal vi As ValueItem _
) As System.Integer
public System.int Add( 
   ValueItem vi
)

Parameters

vi
The ValueItem to add.

Return Value

The index at which the ValueItem has been added.
See Also

Reference

ValueItemCollection Class
ValueItemCollection Members