Spread Windows Forms 9.0 Product Documentation
SpreadActions Class Members
Fields 


The following tables list the members exposed by SpreadActions.

Public Constructors
 NameDescription
Public ConstructorSpreadActions Constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)ActivateNextChildActivates the next object in the draw order.  
Public Fieldstatic (Shared in Visual Basic)ActivateNextShapeActivates the next shape in the draw order.  
Public Fieldstatic (Shared in Visual Basic)ActivatePreviousChildActivates the previous object in the draw order.  
Public Fieldstatic (Shared in Visual Basic)ActivatePreviousShapeActivates the previous shape in the draw order.  
Public Fieldstatic (Shared in Visual Basic)CancelEditingTurns off edit mode and removes the changes.  
Public Fieldstatic (Shared in Visual Basic)ClearCellRemoves all of the contents of the active cell.  
Public Fieldstatic (Shared in Visual Basic)ClearSelectedCellsRemoves all of the contents of the selected cell.  
Public Fieldstatic (Shared in Visual Basic)ClearSelectedCellsDataClears the selected cells which have data or formulas.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyCopies the selected items to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyActiveSheetCopies the active sheet to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyAsStringCopies the selected items to the Clipboard as a string.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyAsStringSkipHiddenCopies the selected items to the Clipboard as a string skipping hidden rows and columns.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyFormattingCopies only the selected items' formatting to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyFormulasCopies only the selected items' formulas to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyShapeCopies the active shape to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCopyValuesCopies only the selected items' values to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutCuts the selected items to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutActiveSheetCuts the active sheet to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutAsStringCuts the selected items to the Clipboard as a string.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutAsStringSkipHiddenCuts the selected items to the Clipboard as a string skipping hidden cells.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutDataOnlyCuts only the data of selected items to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutFormattingCuts the selected items formatting to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutFormulasCuts the selected items formulas to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutShapeCuts the active shape to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardCutValuesCuts the selected items values to the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPastePastes the selected items from the Clipboard to the current sheet based on the setting of ClipboardPasteOptions.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteAllPastes everything from the Clipboard (data and formatting) to the current sheet.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteAsLinkPastes only the link references from the Clipboard to the current sheet.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteAsStringPastes only the text from the Clipboard to the current cell.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteAsStringSkipHiddenPastes only the text from the Clipboard to the current cell, skipping hidden rows and columns.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteFormattingPastes only the formatting from the Clipboard to the current sheet.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteFormulasPastes only the formulas from the Clipboard to the current sheet.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteShapePastes the shape from the Clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteSheetPastes a sheet from the clipboard.  
Public Fieldstatic (Shared in Visual Basic)ClipboardPasteValuesPastes only the values from the Clipboard to the current sheet.  
Public Fieldstatic (Shared in Visual Basic)ComboShowListDisplays the combo box list of the current cell.  
Public Fieldstatic (Shared in Visual Basic)DateTimeNowSets the cell's value to the date-time value of Now.  
Public Fieldstatic (Shared in Visual Basic)DeactivateChildDeactivates the currently selected object.  
Public Fieldstatic (Shared in Visual Basic)DeactivateShapeDeactivates the currently selected shape.  
Public Fieldstatic (Shared in Visual Basic)DecreaseChildHeightDecreases the height of the active object.  
Public Fieldstatic (Shared in Visual Basic)DecreaseChildWidthDecreases the width of the active object.  
Public Fieldstatic (Shared in Visual Basic)DecreaseShapeHeightDecreases the height of the active shape.  
Public Fieldstatic (Shared in Visual Basic)DecreaseShapeWidthDecreases the width of the active shape.  
Public Fieldstatic (Shared in Visual Basic)DeleteChildDeletes the active object.  
Public Fieldstatic (Shared in Visual Basic)DeleteShapeDeletes the active shape.  
Public Fieldstatic (Shared in Visual Basic)ExtendToFirstCellExtends the selection to include the first cell.  
Public Fieldstatic (Shared in Visual Basic)ExtendToFirstColumnExtends the selection to the first column.  
Public Fieldstatic (Shared in Visual Basic)ExtendToFirstItemExtends the selection to include the first item.  
Public Fieldstatic (Shared in Visual Basic)ExtendToFirstRowExtends the selection to the first row.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastCellExtends the selection to include the last cell.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastCellWithDataExtends the selection to include the last cell that contains data.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastColumnExtends the selection to the last column.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastColumnWithDataExtends the selection to the last column that contains data.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastItemExtends the selection to include the last item.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastItemWithDataExtends the selection to include the last item with data.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastRowExtends the selection to the last row.  
Public Fieldstatic (Shared in Visual Basic)ExtendToLastRowWithDataExtends the selection to the last row that contains data.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextColumnExtends the selection one column to the right.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextColumnVisualExtends the selection one column to the right.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextColumnWithDataExtends the selection right to next column with data.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextItemExtends the selection to include the next item.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextPageOfColumnsExtends the selection to include the columns one page to the right.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextPageOfItemsExtends the selection to include the next page of items.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextPageOfRowsExtends the selection down to include one page of rows.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextRowExtends the selection down one row.  
Public Fieldstatic (Shared in Visual Basic)ExtendToNextRowWithDataExtends the selection down to next row with data.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousColumnExtends the selection one column to the left.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousColumnVisualExtends the selection one column to the left.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousColumnWithDataExtends the selection left to previous column with data.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousItemExtends the selection to include the previous item.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousPageOfColumnsExtends the selection to include the columns one page to the left.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousPageOfItemsExtends the selection to include the previous page of items.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousPageOfRowsExtends the selection up to include one page of rows.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousRowExtends the selection up one row.  
Public Fieldstatic (Shared in Visual Basic)ExtendToPreviousRowWithDataExtends the selection up to previous row with data.  
Public Fieldstatic (Shared in Visual Basic)IncreaseChildHeightIncreases the height of the active object.  
Public Fieldstatic (Shared in Visual Basic)IncreaseChildWidthIncreases the width of the active object.  
Public Fieldstatic (Shared in Visual Basic)IncreaseShapeHeightIncreases the height of the active shape.  
Public Fieldstatic (Shared in Visual Basic)IncreaseShapeWidthIncreases the width of the active shape.  
Public Fieldstatic (Shared in Visual Basic)MoveChildDownMoves the active object down.  
Public Fieldstatic (Shared in Visual Basic)MoveChildLeftMoves the active object left.  
Public Fieldstatic (Shared in Visual Basic)MoveChildRightMoves the active object right.  
Public Fieldstatic (Shared in Visual Basic)MoveChildUpMoves the active object up.  
Public Fieldstatic (Shared in Visual Basic)MoveShapeDownMoves the active shape down.  
Public Fieldstatic (Shared in Visual Basic)MoveShapeLeftMoves the active shape left.  
Public Fieldstatic (Shared in Visual Basic)MoveShapeRightMoves the active shape right.  
Public Fieldstatic (Shared in Visual Basic)MoveShapeUpMoves the active shape up.  
Public Fieldstatic (Shared in Visual Basic)MoveToFirstCellMoves the active cell to the first cell in the sheet.  
Public Fieldstatic (Shared in Visual Basic)MoveToFirstColumnMoves the active cell to the first column.  
Public Fieldstatic (Shared in Visual Basic)MoveToFirstItemMoves to the first item.  
Public Fieldstatic (Shared in Visual Basic)MoveToFirstRowMoves the active cell to the first row.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastCellMoves the active cell to the last cell in the sheet.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastCellWithDataMoves the active cell to the last cell that contains data.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastColumnMoves the active cell to the last column.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastColumnWithDataMoves the active cell to the last column that contains data.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastItemMoves to the last item.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastItemWithDataMoves to the last item with data.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastRowMoves the active cell to the last row.  
Public Fieldstatic (Shared in Visual Basic)MoveToLastRowWithDataMoves the active cell to the last row that contains data.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextColumnMoves the active cell to the right one column.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextColumnFirstRowMoves the active cell to the first row of the next column.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextColumnVisualMoves the active cell to the right one column.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextColumnWithDataMoves the active cell to next column with data.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextColumnWrapMoves the active cell to the right one column.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextItemMoves down one item.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextPageOfColumnsMoves the active cell right one page of columns.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextPageOfItemsMoves down one page of items.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextPageOfRowsMoves the active cell down one page of rows.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextRowMoves the active cell down one row.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextRowFirstColumnMoves the active cell to the first column of the next row.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextRowWithDataMoves the active cell to next row with data.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextRowWrapMoves the active cell down one row.  
Public Fieldstatic (Shared in Visual Basic)MoveToNextSheetMoves the active cell to the next sheet.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousColumnMoves the active cell to the left one column.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousColumnFirstRowMoves the active cell to the first row of the previous column.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousColumnVisualMoves the active cell to the left one column.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousColumnWithDataMoves the active cell to previous column with data.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousColumnWrapMoves the active cell to the left one column.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousItemMoves up one item.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousPageOfColumnsMoves the active cell left one page of columns.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousPageOfItemsMoves up one page of items.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousPageOfRowsMoves the active cell up one page of rows.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousRowMoves the active cell up one row.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousRowFirstColumnMoves the active cell to the first column of the previous row.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousRowWithDataMoves the active cell to previous row with data.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousRowWrapMoves the active cell up one row.  
Public Fieldstatic (Shared in Visual Basic)MoveToPreviousSheetMoves the active cell to the previous sheet.  
Public Fieldstatic (Shared in Visual Basic)NoneDoes not perform an action.  
Public Fieldstatic (Shared in Visual Basic)RedoPerforms a redo of the most recently undone edit or action.  
Public Fieldstatic (Shared in Visual Basic)RotateShapeClockwiseRotates the active shape one degree clockwise.  
Public Fieldstatic (Shared in Visual Basic)RotateShapeCounterClockwiseRotates the active shape one degree counter-clockwise.  
Public Fieldstatic (Shared in Visual Basic)ScrollToFirstCellScrolls to display the first cell.  
Public Fieldstatic (Shared in Visual Basic)ScrollToFirstColumnScrolls to display the first column.  
Public Fieldstatic (Shared in Visual Basic)ScrollToFirstRowScrolls to display the first row.  
Public Fieldstatic (Shared in Visual Basic)ScrollToLastCellScrolls to display the last cell.  
Public Fieldstatic (Shared in Visual Basic)ScrollToLastCellWithDataScrolls to display the last cell with data.  
Public Fieldstatic (Shared in Visual Basic)ScrollToLastColumnScrolls to display the last column.  
Public Fieldstatic (Shared in Visual Basic)ScrollToLastColumnWithDataScrolls to display the last column with data.  
Public Fieldstatic (Shared in Visual Basic)ScrollToLastRowScrolls to display the last row.  
Public Fieldstatic (Shared in Visual Basic)ScrollToLastRowWithDataScrolls to display the last row with data.  
Public Fieldstatic (Shared in Visual Basic)ScrollToNextColumnScrolls right one column.  
Public Fieldstatic (Shared in Visual Basic)ScrollToNextColumnVisualScrolls right one column.  
Public Fieldstatic (Shared in Visual Basic)ScrollToNextPageOfColumnsScrolls right one page of columns.  
Public Fieldstatic (Shared in Visual Basic)ScrollToNextPageOfRowsScrolls down one page of rows.  
Public Fieldstatic (Shared in Visual Basic)ScrollToNextRowScrolls down one row.  
Public Fieldstatic (Shared in Visual Basic)ScrollToPreviousColumnScrolls left one column.  
Public Fieldstatic (Shared in Visual Basic)ScrollToPreviousColumnVisualScrolls left one column.  
Public Fieldstatic (Shared in Visual Basic)ScrollToPreviousPageOfColumnsScrolls left one page of columns.  
Public Fieldstatic (Shared in Visual Basic)ScrollToPreviousPageOfRowsScrolls up one page of rows.  
Public Fieldstatic (Shared in Visual Basic)ScrollToPreviousRowScrolls up one row.  
Public Fieldstatic (Shared in Visual Basic)SelectColumnSelects the column that contains the active cell.  
Public Fieldstatic (Shared in Visual Basic)SelectFirstItemSelects the first item.  
Public Fieldstatic (Shared in Visual Basic)SelectLastItemSelects the last item.  
Public Fieldstatic (Shared in Visual Basic)SelectLastItemWithDataSelects the last item with data.  
Public Fieldstatic (Shared in Visual Basic)SelectNextItemSelects the next item.  
Public Fieldstatic (Shared in Visual Basic)SelectNextPageOfItemsSelects the next page of items.  
Public Fieldstatic (Shared in Visual Basic)SelectPreviousItemSelects the previous item.  
Public Fieldstatic (Shared in Visual Basic)SelectPreviousPageOfItemsSelects the previous page of items.  
Public Fieldstatic (Shared in Visual Basic)SelectRowSelects the row that contains the active cell.  
Public Fieldstatic (Shared in Visual Basic)SelectSheetSelects the entire sheet.  
Public Fieldstatic (Shared in Visual Basic)ShowSubEditorShows the subeditor control of the current cell.  
Public Fieldstatic (Shared in Visual Basic)StartEditingTurns on edit mode.  
Public Fieldstatic (Shared in Visual Basic)StartEditingFormulaAllows the user to start entering a formula.  
Public Fieldstatic (Shared in Visual Basic)StopEditingTurns off edit mode.  
Public Fieldstatic (Shared in Visual Basic)ToggleItemToggles the selection for the item.  
Public Fieldstatic (Shared in Visual Basic)UndoPerforms an undo of the most recent edit or action.  
Top
See Also

Reference

SpreadActions Class
FarPoint.Win.Spread Namespace
Action Class

User-Task Documentation

Managing Keyboard Interaction

 

 


Copyright © GrapeCity, inc. All rights reserved.