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