Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGridSelection Class / MoveRightEdit Method


In This Topic
    MoveRightEdit Method
    In This Topic
    Same as the move right command, except that it also begins editing of the new current cell, if the previous one was in edit mode.
    Syntax
    'Declaration
     
    
    Public Function MoveRightEdit() As System.Boolean
    'Usage
     
    
    Dim instance As NGridSelection
    Dim value As System.Boolean
     
    value = instance.MoveRightEdit()
    public System.bool MoveRightEdit()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also