ComponentOne True DBGrid for WinForms
ScrollGrid Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : ScrollGrid Method
Number of columns to scroll.
Number of rows to scroll.
Scrolls the grid data area by the specified number of rows and columns.
Syntax
'Declaration
 
Public Sub ScrollGrid( _
   ByVal cols As System.Integer, _
   ByVal rows As System.Integer _
) 
public void ScrollGrid( 
   System.int cols,
   System.int rows
)

Parameters

cols
Number of columns to scroll.
rows
Number of rows to scroll.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members