[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.ValueItemCollection.Insert

Insert Method

Insert(int, ValueItem)

Inserts a ValueItem at the specified index.

Declaration
public void Insert(int index, ValueItem vi)
Parameters
Type Name Description
int index

The zero-based index at which the ValueItem should be inserted.

ValueItem vi

The ValueItem to insert.