ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DataColumnCollection.Item Property (Int32)

Gets the specified C1DataColumn from the collection at the specified index.

[Visual Basic]

Public Default Property Item( _

ByVal index As Integer _

) As C1DataColumn

[C#]

public C1DataColumn this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: C1DataColumn read get_Item write set_Item;

See Also

C1DataColumnCollection Class | C1DataColumnCollection Members | C1.Win.C1TrueDBGrid Namespace | C1DataColumnCollection.Item Overload List


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