Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / TableActionsCommand Class / CanChangeActiveCell Method


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

    Parameters

    commandResult
    See Also