GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / CanChangeActiveCell Method


In This Topic
CanChangeActiveCell Method
In This Topic
Gets a boolean value indicating whether the Spread can change active cell base on the command result.
Syntax
'Declaration
 
Public Overridable Function CanChangeActiveCell( _
   ByRef commandResult As CommandResult _
) As Boolean
 
'Usage
 
Dim instance As Command
Dim commandResult As CommandResult
Dim value As Boolean
 
value = instance.CanChangeActiveCell(commandResult)

Parameters

commandResult
See Also