True DBGrid for WinForms
MoveRelative(Int32,Int32) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス > MoveRelative メソッド : MoveRelative(Int32,Int32) メソッド
The number of records to move. A positive value indicates forward movement; a negative value indicates backward movement.
The origin of the relative movement.
Moves the current row positions of the grid by the given offset from the given row.
シンタックス
'宣言
 
Public Overloads Overridable Sub MoveRelative( _
   ByVal offset As System.Integer, _
   ByVal row As System.Integer _
) 
public virtual void MoveRelative( 
   System.int offset,
   System.int row
)

パラメータ

offset
The number of records to move. A positive value indicates forward movement; a negative value indicates backward movement.
row
The origin of the relative movement.
参照

C1TrueDBGrid クラス
C1TrueDBGrid メンバ
オーバーロード一覧