Window.RangeSelection Property
Returns a Range object that represents the selected cells on the worksheet in the specified window even if a graphic object is active or selected on the worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property RangeSelection As Range
Get
'Usage
Dim instance As Window
Dim value As Range
value = instance.RangeSelection
Range RangeSelection { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range
Remarks
When a graphic object is selected on a worksheet, the Selection property returns the graphic object instead of a Range object; the RangeSelection property returns the range of cells that was selected before the graphic object was selected.
This property and the Selection property return identical values when a range (not a graphic object) is selected on the worksheet.
If the active sheet in the specified window isn’t a worksheet, this property fails.