ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

ValueItemCollection.Insert Method

Inserts a ValueItem at the specified index.

[Visual Basic]

Public Sub Insert( _

ByVal index As Integer, _

ByVal vi As ValueItem _

)

[C#]

public void Insert(

int index,

ValueItem vi

);

[Delphi]

public procedure Insert(

index: Int32;

vi: ValueItem

);

Parameters

index

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

vi

The ValueItem to insert.

See Also

ValueItemCollection Class | ValueItemCollection Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.