SpreadsheetGear 2023
Select Method (IRange)


SpreadsheetGear Namespace > IRange Interface : Select Method
Sets the current selection of the worksheet associated with the this range to the cells in this range.
Syntax
'Declaration
 
Sub Select() 
'Usage
 
Dim instance As IRange
 
instance.Select()
void Select()
Remarks
The active cell is also set to the top-left cell of this range.
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

Reference

IRange Interface
IRange Members
Activate Method
WindowInfo Property
ActiveCell Property
ActiveCellAreaIndex Property
RangeSelection Property
SetSelection(IRange,IRange,Int32) Method