Window.Selection Property

Definition

Returns the selected object in the specified window.

public:
 property System::Object ^ Selection { System::Object ^ get(); };
public object Selection { get; }
Public ReadOnly Property Selection As Object

Property Value

Remarks

The returned object type depends on the current selection (for example, if a cell is selected, this property returns a Range object). The Selection property returns Nothing if nothing is selected.

Using this property with no object qualifier is equivalent to using the Selection property of the Application object.

Applies to