| GrapeCity.Xaml.SpreadSheet.UI Namespace : SpreadActions Class | 
For a list of all members of this type, see SpreadActions members.
| Name | Description | |
|---|---|---|
|   | CancelInput | Stops cell editing and cancels input. | 
|   | Clear | Clears the cell value. | 
|   | ClearAndEditing | Clears the active cell value and enters edit mode. | 
|   | ClipboardCopyFloatingObjects | Copies the floating objects to the Clipboard. | 
|   | ClipboardCutFloatingObjects | Cuts the floating objects to the Clipboard. | 
|   | ClipboardPasteFloatingObjects | Pastes the floating objects from the Clipboard. | 
|   | CommitInputNavigationDown | Stops cell editing and moves the active cell to the next row. | 
|   | CommitInputNavigationTabNext | Stops cell editing and moves the active cell to the next cell. | 
|   | CommitInputNavigationTabPrevious | Stops cell editing and moves the active cell to the previous cell. | 
|   | CommitInputNavigationUp | Stops cell editing and moves the active cell to the previous row. | 
|   | Copy | Copies the selected item text to the Clipboard. | 
|   | Cut | Cuts the selected item text to the Clipboard. | 
|   | DeleteFloatingObject | Deletes the floating object. | 
|   | InputArrayFormula | Sets the array formula on the current active range. | 
|   | InputNewLine | Inputs a new line in the current active cell. | 
|   | MoveFloatingObjectDown | |
|   | MoveFloatingObjectLeft | |
|   | MoveFloatingObjectRight | |
|   | MoveFloatingObjectTop | |
|   | NavigationBottom | Moves the active cell to the last row. | 
|   | NavigationDown | Moves the active cell to the next row. | 
|   | NavigationEnd | Moves the active cell to the last column. | 
|   | NavigationFirst | Moves the active cell to the first cell in the sheetview. | 
|   | NavigationHome | Moves the active cell to the first column. | 
|   | NavigationLast | Moves the active cell to the last cell in the sheetview. | 
|   | NavigationLeft | Moves the active cell to the previous column. | 
|   | NavigationNext | Moves the active cell to the next cell. | 
|   | NavigationNextFloatingObject | Navigates to the next floating object. | 
|   | NavigationNextSheet | Moves the active sheet to the next sheet. | 
|   | NavigationPageDown | Moves the active cell down one page of rows. | 
|   | NavigationPageUp | Moves the active cell up one page of rows. | 
|   | NavigationPrevious | Moves the active cell to the previous cell. | 
|   | NavigationPreviousFloatingObject | Navigates to the previous floating object. | 
|   | NavigationPreviousSheet | Moves the active sheet to the previous sheet. | 
|   | NavigationRight | Moves the active cell to the next column. | 
|   | NavigationTop | Moves the active cell to the first row. | 
|   | NavigationUp | Moves the active cell to the previous row. | 
|   | Paste | Pastes the specified sender. | 
|   | Redo | Performs a redo of the most recently undone edit or action. | 
|   | SelectionAll | Selects all objects. | 
|   | SelectionBottom | Extends the selection to the last row. | 
|   | SelectionDown | Extends the selection down one row. | 
|   | SelectionEnd | Extends the selection to the last column. | 
|   | SelectionFirst | Extends the selection to the first cell. | 
|   | SelectionHome | Extends the selection to the first column. | 
|   | SelectionLast | Extends the selection to the last cell. | 
|   | SelectionLeft | Extends the selection one column to the left. | 
|   | SelectionPageDown | Extends the selection down to include one page of rows. | 
|   | SelectionPageUp | Extends the selection up to include one page of rows. | 
|   | SelectionRight | Extends the selection one column to the right. | 
|   | SelectionTop | Extends the selection to the first row. | 
|   | SelectionUp | Extends the selection up one row. | 
|   | StartEditing | Starts to edit the current active cell. | 
|   | StartEditingFormula | Starts to edit formula on the current active cell. | 
|   | Undo | Performs an undo of the most recent edit or action. | 
|   | UnSelectAllFloatingObjects | Unselects all floating objects. |