GcSpread.Sheets Namespace : SpreadActions class |
var instance = new GcSpread.Sheets.SpreadActions();
function SpreadActions;
Object
GcSpread.Sheets.SpreadActions
Name | Description | |
---|---|---|
SpreadActions Constructor | Represents all the SpreadJS undo and redo actions. |
Name | Description | |
---|---|---|
cancelInput | Stops cell editing and cancels input. | |
changeFormulaReference | Switches the formula reference between relative, absolute, and mixed when editing formulas. | |
clear | Clears the cell value. | |
clearAndEditing | Clears the active cell value and enters edit mode. | |
commitArrayFormula | Commits the cell editing and sets the array formula to the active range. | |
commitInputNavigationDown | Stops cell editing and moves the active cell to the next row. | |
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. | |
moveToNextCell | Moves the active cell to the next cell. | |
moveToNextCellThenControl | If the active cell is the last visible cell, selects the next control; otherwise, moves the active cell to the next cell. | |
moveToPreviousCell | Moves the active cell to the previous cell. | |
moveToPreviousCellThenControl | If the active cell is the first visible cell, selects the previous control; otherwise, moves the active cell to the previous cell. | |
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. | |
navigationEnd2 | Moves the active cell to the last column without regard to frozen trailing columns. | |
navigationFirst | Moves the active cell to the first cell in the sheetview. | |
navigationHome | Moves the active cell to the first column. | |
navigationHome2 | Moves the active cell to the first column without regard to frozen columns. | |
navigationLast | Moves the active cell to the last cell in the sheetview. | |
navigationLeft | Moves the active cell to the previous column. | |
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. | |
navigationPreviousSheet | Makes 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 selected items from the Clipboard to the current sheet. | |
redo | Performs a redo of the most recently undone edit or action. | |
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. | |
selectNextControl | Selects the next control. | |
selectPreviousControl | Selects the previous control. | |
undo | Performs an undo of the most recent edit or action. |