ActiveCell Property (SheetView)
In This Topic
Gets a
Cell object for the active cell on the sheet.
Syntax
'Declaration
Public ReadOnly Property ActiveCell As Cell
'Usage
Dim instance As SheetView
Dim value As Cell
value = instance.ActiveCell
public Cell ActiveCell {get;}
See Also