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


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

    Parameters

    commandResult
    See Also