Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / GetTabRowCol Method

In This Topic
    GetTabRowCol Method
    In This Topic
    Returns the row and column of the specified tab in the tabs of the C1DockingTab.
    Syntax
    'Declaration
     
    
    Public Sub GetTabRowCol( _
       ByVal tabIdx As Integer, _
       ByRef row As Integer, _
       ByRef col As Integer _
    ) 
    public void GetTabRowCol( 
       int tabIdx,
       out int row,
       out int col
    )

    Parameters

    tabIdx
    row
    col
    See Also