ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DataColumnCollection.Item Property

Overload List

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

[Visual Basic] Overloads Public Default Property Item(Integer) As C1DataColumn

[C#] public C1DataColumn this[int]{get;set;}

[Delphi] public property Item[index: Int32]: C1DataColumn read get_Item write set_Item;

Gets the specified C1DataColumn from the collection with the specified name.

[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As C1DataColumn

[C#] public C1DataColumn this[string]{get;}

[Delphi] public property Item[name: String]: C1DataColumn read get_Item;

See Also

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


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