Selection Property (Worksheet)
In This Topic
Gets the current selected cell(s).
Syntax
'Declaration
Public ReadOnly Property Selection As IRange
'Usage
Dim instance As Worksheet
Dim value As IRange
value = instance.Selection
public IRange Selection {get;}
See Also