Deletes the region from all of the images in the cell.
            
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Overloads Sub RemoveRegion( _
   ByVal subCellIndex As Integer _
)   | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As MedicalViewerCell
Dim subCellIndex As Integer
 
instance.RemoveRegion(subCellIndex)
  | 
 
            Parameters
- subCellIndex
 
- The index of the sub-cell to which the annotation container will be loaded.
 
            
             
            
            
            
            
            
            
            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