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