Version

fnSelectRange Method

Syntax
'Declaration
 
Protected Sub fnSelectRange( _
   ByVal iXLeft As System.Double, _
   ByVal iYTop As System.Double, _
   ByVal iXWidth As System.Double, _
   ByVal iYHeight As System.Double _
) 
protected void fnSelectRange( 
   System.double iXLeft,
   System.double iYTop,
   System.double iXWidth,
   System.double iYHeight
)
protected: void fnSelectRange( 
   System.double iXLeft,
   System.double iYTop,
   System.double iXWidth,
   System.double iYHeight
) 

Parameters

iXLeft
iYTop
iXWidth
iYHeight
Requirements

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

See Also