'Declaration
Public Overloads Sub ScrollIntoView( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ )
public void ScrollIntoView( int rowIndex, int columnIndex )
Parameters
- rowIndex
- Index of the row.
- columnIndex
- Index of the column.
'Declaration
Public Overloads Sub ScrollIntoView( _ ByVal rowIndex As Integer, _ ByVal columnIndex As Integer _ )
public void ScrollIntoView( int rowIndex, int columnIndex )