_Application.Selection Property

Definition

Returns the selected object in the active 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.

Applies to