[]
Scrolls the grid to bring a specific cell into view.
public void ScrollIntoView(int row, int col)
Public Sub ScrollIntoView(row As Integer, col As Integer)
| Type | Name | Description |
|---|---|---|
| int | row | Index of the row to scroll into view. |
| int | col | Index of the column to scroll into view. |