ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DataColumnCollection.Item Property (String)

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

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal name As String _

) As C1DataColumn

[C#]

public C1DataColumn this[

string name

] {get;}

[Delphi]

public property Item[

name: String

]: C1DataColumn read get_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.