Selects a cell or an item by the specified coordinates
        
Namespace:
CADImport.FaceModule
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Sub SelectCells( _ ByVal x As Integer, _
 ByVal y As Integer, _
 ByVal fullItem As Boolean _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			x
		
	
- 
		
			Type: int 
		 
			The X display coordinate 
		 
	- 
		
			y
		
	
- 
		
			Type: int 
		 
			The Y display coordinate 
		 
	- 
		
			fullItem
		
	
- 
		
			Type: bool 
		 
			Full item selection 
		 
 
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also