Invalidate(Boolean) Method
 
            
                In This Topic
            
            Forces the grid to re-create all visible elements.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub Invalidate( _
   ByVal  As Boolean _
) 
             
        
            
            public void Invalidate( 
   bool 
)
             
        
             
        
            Parameters
- allCells
 
- Whether to recreate all cells, including the top left and bottom right corner cells that contain no data.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also