VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.UI Namespace / SpreadsheetVisualEditorNavigationAction Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    SpreadsheetVisualEditorNavigationAction Enumeration
    In This Topic
    Specifies available navigation actions for SpreadsheetVisualEditor.
    Syntax
    'Declaration
    
    Public Enum SpreadsheetVisualEditorNavigationAction
       Inherits System.Enum
    
    
    public enum SpreadsheetVisualEditorNavigationAction : System.Enum
    
    
    __value public enum SpreadsheetVisualEditorNavigationAction : public System.Enum
    
    
    public enum class SpreadsheetVisualEditorNavigationAction : public System.Enum
    
    
    Members
    MemberDescription
    NoneNo action.
    MoveCellToLeftMove cell to the left.
    MoveCellToRightMove cell to the right.
    MoveCellToUpMove cell up.
    MoveCellToDownMove cell down.
    MoveCellToFirstRowMove cell to the first row.
    MoveCellToLastRowMove cell to the last row.
    MoveCellToMaxRowMove cell to the maximum row.
    MoveCellToPageUpMove cell to the page up.
    MoveCellToPageDownMove cell to the page down.
    MoveCellToFirstColumnMove cell to the first column.
    MoveCellToLastColumnMove cell to the last column.
    MoveCellToMaxColumnMove cell to the maximum column.
    MoveToFirstCellMove to the first cell.
    MoveToLastCellMove to the last cell.
    MoveToMaxCellMove to the maximum cell.
    MoveToNextCellVerticalMove to the next cell, in vertical mode.
    MoveToPrevCellVerticalMove to the previous cell, in vertical mode.
    MoveToNextCellHorizontalMove to the next cell, in horizontal mode.
    MoveToPrevCellHorizontalMove to the previous cell, in horizontal mode.
    CancelCellEditingCancel the cell editing.
    StartCellEditingStart the editing of focused cell.
    ClearCellsContentsClear contents of selected cells.
    StartCellEditingAndClearValueStart the editing of focused cell and clear the cell value.
    SelectAllSelect all cells on worksheet.
    CutCut action.
    CopyCopy action.
    PastePaste action.
    IsFontBoldInverts font bold flag.
    IsFontItalicInverts font italic flag.
    IsFontUnderlineInverts font inderline flag.
    IsFontStrikeoutInverts font strikeout flag.
    CancelCancel the cell editing or clears cells buffer.
    MoveToNextDrawingMove to the next drawing.
    MoveToPrevDrawingMove to the previous drawing.
    MoveToNextCommentMove to the next comment.
    MoveToPrevCommentMove to the previous comment.
    UndoUndo last changes.
    RedoRedo last changes.
    RemoveFocusedDrawingDelete focused drawing.
    RemoveFocusedCommentDelete focused comment.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Office.Spreadsheet.UI.SpreadsheetVisualEditorNavigationAction

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also