GrapeCity MultiRow Windows Forms Documentation
Invalidate() Method


Invalidates the entire surface of the Cell and causes the Cell to be redrawn.
Syntax
Public Sub Invalidate() 
Dim instance As Cell
 
instance.Invalidate()
public void Invalidate()
Remarks
Calling the Invalidate method does not force a synchronous paint. This method causes the cell to repaint.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.