ActiveCell Property (Worksheet)
In This Topic
Gets an
IRange object that represents the active cell.
Syntax
'Declaration
Public ReadOnly Property ActiveCell As IRange
'Usage
Dim instance As Worksheet
Dim value As IRange
value = instance.ActiveCell
public IRange ActiveCell {get;}
See Also