True DBGrid for WinForms
ScrollGrid メソッド (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : ScrollGrid メソッド
Number of columns to scroll.
Number of rows to scroll.
Scrolls the grid data area by the specified number of rows and columns.
シンタックス
'宣言
 
Public Sub ScrollGrid( _
   ByVal cols As System.Integer, _
   ByVal rows As System.Integer _
) 
public void ScrollGrid( 
   System.int cols,
   System.int rows
)

パラメータ

cols
Number of columns to scroll.
rows
Number of rows to scroll.
参照

C1TrueDBGrid クラス
C1TrueDBGrid メンバ