ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

ViewRowList.Item Property

Gets or sets the ViewRow at the specified index.

[Visual Basic]

Public Default Property Item( _

ByVal index As Integer _

) As ViewRow

[C#]

public ViewRow this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: ViewRow read get_Item write set_Item;

See Also

ViewRowList Class | ViewRowList Members | C1.Win.C1TrueDBGrid.BaseGrid Namespace


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