Invalidates a cell range, causing it to be repainted.
シンタックス
'宣言
Public Overloads Sub Invalidate( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Invalidate(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- topRow
- Top row in the range.
- leftCol
- Left column in the range.
- bottomRow
- Bottom row in the range.
- rightCol
- Right column in the range.
参照