Invalidate(CellRange) Method
In This Topic
Invalidates a cell range, causing it to be repainted.
Syntax
'Declaration
Public Overloads Overrides Sub Invalidate( _
ByVal As CellRange _
)
public override void Invalidate(
CellRange
)
Parameters
- rg
- Range to be invalidated.
See Also