[]
        
(Showing Draft Content)

C1.Win.Command.C1DockingTab.GetTabRowCol

GetTabRowCol Method

GetTabRowCol(int, out int, out int)

Returns the row and column of the specified tab in the tabs of the C1DockingTab.

Declaration
public void GetTabRowCol(int tabIdx, out int row, out int col)
Public Sub GetTabRowCol(tabIdx As Integer, ByRef row As Integer, ByRef col As Integer)
Parameters
Type Name Description
int tabIdx
int row
int col