Scrolls the grid data area by the specified number of rows and columns.
Syntax
'Declaration
Public Sub ScrollGrid( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ScrollGrid(
System.int ,
System.int
)
Parameters
- cols
- Number of columns to scroll.
- rows
- Number of rows to scroll.
See Also