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