ComponentOne List for WinForms
C1.Win.C1List 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 Integer, _
       ByVal col As Integer _
    ) As Split
    public Split Item( 
       int row,
       int col
    ) {get; set;}

    Parameters

    row
    col
    See Also