Overload List
Gets the specified C1DisplayColumn from the collection wich contains the specified C1DataColumn.
[Visual Basic] Overloads Public Default ReadOnly Property Item(C1DataColumn) As C1DisplayColumn
[C#] public C1DisplayColumn this[C1DataColumn]{get;}
[Delphi] public property Item[dc: C1DataColumn]: C1DisplayColumn read get_Item;
Gets the specified C1DisplayColumn from the collection at the specified index.
[Visual Basic] Overloads Public Default ReadOnly Property Item(Integer) As C1DisplayColumn
[C#] public C1DisplayColumn this[int]{get;}
[Delphi] public property Item[index: Int32]: C1DisplayColumn read get_Item;
Gets the specified C1DisplayColumn from the collection with the specified name.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As C1DisplayColumn
[C#] public C1DisplayColumn this[string]{get;}
[Delphi] public property Item[name: String]: C1DisplayColumn read get_Item;
See Also
C1DisplayColumnCollection Class | C1DisplayColumnCollection Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |