[]
Scrolls the grid data area by the specified number of rows and columns.
public void ScrollGrid(int cols, int rows)
Public Sub ScrollGrid(cols As Integer, rows As Integer)
| Type | Name | Description |
|---|---|---|
| int | cols | Number of columns to scroll. |
| int | rows | Number of rows to scroll. |