ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

ValueItemCollection.Item Property

Gets or sets the specified ValueItem from the collection at the specified index.

[Visual Basic]

Public Default Property Item( _

ByVal index As Integer _

) As ValueItem

[C#]

public ValueItem this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: ValueItem read get_Item write set_Item;

See Also

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


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