ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

SplitCollection.Item Property (Int32, Int32)

[Visual Basic]

Public Default Property Item( _

ByVal row As Integer, _

ByVal col As Integer _

) As Split

[C#]

public Split this[

int row,

int col

] {get;set;}

[Delphi]

public property Item[

row: Int32;

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