ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DisplayColumnCollection.Item Property (String)

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

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal name As String _

) As C1DisplayColumn

[C#]

public C1DisplayColumn this[

string name

] {get;}

[Delphi]

public property Item[

name: String

]: C1DisplayColumn read get_Item;

See Also

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


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