Scrolls the grid data area by the specified number of rows and columns.
シンタックス
'宣言
Public Sub ScrollGrid( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ScrollGrid(
System.int ,
System.int
)
パラメータ
- cols
- Number of columns to scroll.
- rows
- Number of rows to scroll.
参照