ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

SplitCollection.Item Property (Int32)

Gets the specified Split object from the collection.

[Visual Basic]

Public Default Property Item( _

ByVal index As Integer _

) As Split

[C#]

public Split this[

int index

] {get;set;}

[Delphi]

public property Item[

index: Int32

]: Split read get_Item write set_Item;

See Also

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


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