Class $.wijmo.wijspread.SpreadActions
Constructor Attributes | Constructor Name and Description |
---|---|
SpreadActions
|
Method Attributes | Method Name and Description |
---|---|
<static> |
$.wijmo.wijspread.SpreadActions.cancelInput()
Stops cell editing and cancels input.
|
<static> |
$.wijmo.wijspread.SpreadActions.clear()
Clears the cell value.
|
<static> |
$.wijmo.wijspread.SpreadActions.clearAndEditing()
Clears the active cell value and enters edit mode.
|
<static> |
$.wijmo.wijspread.SpreadActions.commitInputNavigationDown()
Stops cell editing and moves the active cell to the next row.
|
<static> |
$.wijmo.wijspread.SpreadActions.commitInputNavigationTabNext()
Stops cell editing and moves the active cell to the next cell.
|
<static> |
$.wijmo.wijspread.SpreadActions.commitInputNavigationTabPrevious()
Stops cell editing and moves the active cell to the previous cell.
|
<static> |
$.wijmo.wijspread.SpreadActions.commitInputNavigationUp()
Stops cell editing and moves the active cell to the previous row.
|
<static> |
$.wijmo.wijspread.SpreadActions.copy()
Copies the selected item text to the Clipboard.
|
<static> |
$.wijmo.wijspread.SpreadActions.cut()
Cuts the selected item text to the Clipboard.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationBottom()
Moves the active cell to the last row.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationDown()
Moves the active cell to the next row.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationEnd()
Moves the active cell to the last column.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationFirst()
Moves the active cell to the first cell in the sheetview.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationHome()
Moves the active cell to the first column.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationLast()
Moves the active cell to the last cell in the sheetview.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationLeft()
Moves the active cell to the previous column.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationNextSheet()
Moves the active sheet to the next sheet.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationPageDown()
Moves the active cell down one page of rows.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationPageUp()
Moves the active cell up one page of rows.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationPreviousSheet()
Moves the active sheet to the previous sheet.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationRight()
Moves the active cell to the next column.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationTop()
Moves the active cell to the first row.
|
<static> |
$.wijmo.wijspread.SpreadActions.navigationUp()
Moves the active cell to the previous row.
|
<static> |
$.wijmo.wijspread.SpreadActions.paste()
Pastes the selected items from the Clipboard to the current sheet.
|
<static> |
$.wijmo.wijspread.SpreadActions.redo()
Performs a redo of the most recently undone edit or action.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionBottom()
Extends the selection to the last row.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionDown()
Extends the selection down one row.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionEnd()
Extends the selection to the last column.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionFirst()
Extends the selection to the first cell.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionHome()
Extends the selection to the first column.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionLast()
Extends the selection to the last cell.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionLeft()
Extends the selection one column to the left.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionPageDown()
Extends the selection down to include one page of rows.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionPageUp()
Extends the selection up to include one page of rows.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionRight()
Extends the selection one column to the right.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionTop()
Extends the selection to the first row.
|
<static> |
$.wijmo.wijspread.SpreadActions.selectionUp()
Extends the selection up one row.
|
<static> |
$.wijmo.wijspread.SpreadActions.undo()
Performs an undo of the most recent edit or action.
|
Method Detail
<static>
$.wijmo.wijspread.SpreadActions.cancelInput()
Stops cell editing and cancels input.
<static>
$.wijmo.wijspread.SpreadActions.clear()
Clears the cell value.
<static>
$.wijmo.wijspread.SpreadActions.clearAndEditing()
Clears the active cell value and enters edit mode.
<static>
$.wijmo.wijspread.SpreadActions.commitInputNavigationDown()
Stops cell editing and moves the active cell to the next row.
<static>
$.wijmo.wijspread.SpreadActions.commitInputNavigationTabNext()
Stops cell editing and moves the active cell to the next cell.
<static>
$.wijmo.wijspread.SpreadActions.commitInputNavigationTabPrevious()
Stops cell editing and moves the active cell to the previous cell.
<static>
$.wijmo.wijspread.SpreadActions.commitInputNavigationUp()
Stops cell editing and moves the active cell to the previous row.
<static>
$.wijmo.wijspread.SpreadActions.copy()
Copies the selected item text to the Clipboard.
<static>
$.wijmo.wijspread.SpreadActions.cut()
Cuts the selected item text to the Clipboard.
<static>
$.wijmo.wijspread.SpreadActions.navigationBottom()
Moves the active cell to the last row.
<static>
$.wijmo.wijspread.SpreadActions.navigationDown()
Moves the active cell to the next row.
<static>
$.wijmo.wijspread.SpreadActions.navigationEnd()
Moves the active cell to the last column.
<static>
$.wijmo.wijspread.SpreadActions.navigationFirst()
Moves the active cell to the first cell in the sheetview.
<static>
$.wijmo.wijspread.SpreadActions.navigationHome()
Moves the active cell to the first column.
<static>
$.wijmo.wijspread.SpreadActions.navigationLast()
Moves the active cell to the last cell in the sheetview.
<static>
$.wijmo.wijspread.SpreadActions.navigationLeft()
Moves the active cell to the previous column.
<static>
$.wijmo.wijspread.SpreadActions.navigationNextSheet()
Moves the active sheet to the next sheet.
<static>
$.wijmo.wijspread.SpreadActions.navigationPageDown()
Moves the active cell down one page of rows.
<static>
$.wijmo.wijspread.SpreadActions.navigationPageUp()
Moves the active cell up one page of rows.
<static>
$.wijmo.wijspread.SpreadActions.navigationPreviousSheet()
Moves the active sheet to the previous sheet.
<static>
$.wijmo.wijspread.SpreadActions.navigationRight()
Moves the active cell to the next column.
<static>
$.wijmo.wijspread.SpreadActions.navigationTop()
Moves the active cell to the first row.
<static>
$.wijmo.wijspread.SpreadActions.navigationUp()
Moves the active cell to the previous row.
<static>
$.wijmo.wijspread.SpreadActions.paste()
Pastes the selected items from the Clipboard to the current sheet.
<static>
$.wijmo.wijspread.SpreadActions.redo()
Performs a redo of the most recently undone edit or action.
<static>
$.wijmo.wijspread.SpreadActions.selectionBottom()
Extends the selection to the last row.
<static>
$.wijmo.wijspread.SpreadActions.selectionDown()
Extends the selection down one row.
<static>
$.wijmo.wijspread.SpreadActions.selectionEnd()
Extends the selection to the last column.
<static>
$.wijmo.wijspread.SpreadActions.selectionFirst()
Extends the selection to the first cell.
<static>
$.wijmo.wijspread.SpreadActions.selectionHome()
Extends the selection to the first column.
<static>
$.wijmo.wijspread.SpreadActions.selectionLast()
Extends the selection to the last cell.
<static>
$.wijmo.wijspread.SpreadActions.selectionLeft()
Extends the selection one column to the left.
<static>
$.wijmo.wijspread.SpreadActions.selectionPageDown()
Extends the selection down to include one page of rows.
<static>
$.wijmo.wijspread.SpreadActions.selectionPageUp()
Extends the selection up to include one page of rows.
<static>
$.wijmo.wijspread.SpreadActions.selectionRight()
Extends the selection one column to the right.
<static>
$.wijmo.wijspread.SpreadActions.selectionTop()
Extends the selection to the first row.
<static>
$.wijmo.wijspread.SpreadActions.selectionUp()
Extends the selection up one row.
<static>
$.wijmo.wijspread.SpreadActions.undo()
Performs an undo of the most recent edit or action.