FlexPivot for WinForms
Invalidate(Int32,Int32) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Invalidate メソッド : Invalidate(Int32,Int32) メソッド
Row index.
Column index.
Invalidates a cell, causing it to be repainted.
シンタックス
'宣言
 
Public Overloads Sub Invalidate( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) 
public void Invalidate( 
   System.int row,
   System.int col
)

パラメータ

row
Row index.
col
Column index.
解説
This method is rarely used by the programmer, since the grid automatically performs invalidation as needed.
参照

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