Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / ActiveCell Property


In This Topic
ActiveCell Property (CommandResult)
In This Topic
Gets the active cell.
Syntax
'Declaration
 
Public ReadOnly Property ActiveCell As CellReference
 
'Usage
 
Dim instance As CommandResult
Dim value As CellReference
 
value = instance.ActiveCell
See Also