True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / SplitCollection Class / Item Property / Item(Int32,Int32) Property

In This Topic
    Item(Int32,Int32) Property
    In This Topic
    Gets the specified Split object from the collection.
    Syntax
    'Declaration
     
    Public Overloads Property Item( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As Split
    public Split Item( 
       System.int row,
       System.int col
    ) {get; set;}

    Parameters

    row
    col
    See Also