Overload List
Gets the specified Split object from the collection.
[Visual Basic] Overloads Public Default Property Item(Integer) As Split
[C#] public Split this[int]{get;set;}
[Delphi] public property Item[index: Int32]: Split read get_Item write set_Item;
[Visual Basic] Overloads Public Default Property Item(Integer, Integer) As Split
[C#] public Split this[int, int]{get;set;}
[Delphi] public property Item[row: Int32]: Split read get_Item write set_Item;
Gets the specified Split object from the collection.
[Visual Basic] Overloads Public Default ReadOnly Property Item(String) As Split
[C#] public Split this[string]{get;}
[Delphi] public property Item[name: String]: Split read get_Item;
See Also
SplitCollection Class | SplitCollection Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |