Redraws the cell and causes a paint message to be sent to the 
Leadtools.MedicalViewer Namespace control that owns this cell.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overloads Sub Invalidate( _
   ByVal subCellIndex As Integer _
)   | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As MedicalViewerCell
Dim subCellIndex As Integer
 
instance.Invalidate(subCellIndex)
  | 
 
            Parameters
- subCellIndex
 
- index of the sub-cell that will be invalidated
 
            
             
            
            
            
            
            
            
            Remarks
            
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
 
            
            
See Also