ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1DisplayColumnCollection.Item Property (Int32)

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

[Visual Basic]

Public Default ReadOnly Property Item( _

ByVal index As Integer _

) As C1DisplayColumn

[C#]

public C1DisplayColumn this[

int index

] {get;}

[Delphi]

public property Item[

index: Int32

]: 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.