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