True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ScrollGrid Method
Number of columns to scroll.
Number of rows to scroll.

In This Topic
    ScrollGrid Method (C1TrueDBGrid)
    In This Topic
    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