True DBGrid for WinForms
RefetchRow(Int32) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス > RefetchRow メソッド : RefetchRow(Int32) メソッド
The row to refetch.
Retreives data from the datasource for the specified row and refreshes the row.
シンタックス
'宣言
 
Public Overloads Sub RefetchRow( _
   ByVal row As System.Integer _
) 
public void RefetchRow( 
   System.int row
)

パラメータ

row
The row to refetch.
解説

The RefetchRow method repopulates the specified row from a data source. It also repaints the row, firing all events necessary for redisplay.

By default, the grid retrieves data automatically as needed. In some circumstances, the underlying datasource may change without the grid receiving notification that a change has occurred. The RefetchRow method is provided for this purpose.

参照

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