Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / MoveActiveCell Method
An integer value indicates the moving direction: 0 - Moves closewise 1 - Moves down 2 - Moves up 3 - Moves left 4 - Moves right
true if moving active cell take care of table; otherwise, false.


In This Topic
    MoveActiveCell Method
    In This Topic
    Moves the active cell base on the specified direction.
    Syntax
    'Declaration
     
    
    Public Sub MoveActiveCell( _
       ByVal direction As Integer, _
       Optional ByVal detectTable As Boolean, _
       Optional ByVal isShownInvalidCells As Boolean, _
       Optional ByVal notifyUI As Boolean _
    ) 
    'Usage
     
    
    Dim instance As WorksheetView
    Dim direction As Integer
    Dim detectTable As Boolean
    Dim isShownInvalidCells As Boolean
    Dim notifyUI As Boolean
     
    instance.MoveActiveCell(direction, detectTable, isShownInvalidCells, notifyUI)
    public void MoveActiveCell( 
       int direction,
       bool detectTable,
       bool isShownInvalidCells,
       bool notifyUI
    )

    Parameters

    direction
    An integer value indicates the moving direction: 0 - Moves closewise 1 - Moves down 2 - Moves up 3 - Moves left 4 - Moves right
    detectTable
    true if moving active cell take care of table; otherwise, false.
    isShownInvalidCells
    notifyUI
    See Also