Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ActiveCell Property


In This Topic
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
See Also