'Declaration
 
Public Overloads Function LocationToRange( _
   ByVal  As System.Drawing.Point _
) As IRange
             
        
            
            'Usage
 
Dim instance As WorkbookView
Dim location As System.Drawing.Point
Dim value As IRange
 
value = instance.LocationToRange(location)
             
        
            
            public IRange LocationToRange( 
   System.Drawing.Point 
)
             
        
            
            public function LocationToRange( 
    : System.Drawing.Point
): IRange; 
             
        
            
            public function LocationToRange( 
    : System.Drawing.Point
) : IRange;
             
        
            
            public: IRange* LocationToRange( 
   System.Drawing.Point 
) 
             
        
            
            public:
IRange^ LocationToRange( 
   System.Drawing.Point 
) 
             
        
             
        
            Parameters
- location
 
- Specifies the location.
 
            
            Return Value
An instance of IRange representing the cell at the specified location or null if there is none
 
            
            
            
            
            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