Version

UltraPivotGridAction Enumeration

Constants which define the user actions available through keyboard mappings.
Syntax
'Declaration
 
Public Enum UltraPivotGridAction 
   Inherits System.Enum
public enum UltraPivotGridAction : System.Enum 
Members
MemberDescription
ActivateCellDownThe cell below the currently active cell is activated and, if it is selectable, selected as well. Any previously selected rows, columns, and cells are deselected.
ActivateCellDownNoSelectThe cell below the currently active cell is activated; selection is not affected.
ActivateCellLeftThe cell to the left of the currently active cell is activated and, if it is selectable, selected as well. Any previously selected rows, columns, and cells are deselected.
ActivateCellLeftNoSelectThe cell to the left of the currently active cell is activated; selection is not affected.
ActivateCellRightThe cell to the right of the currently active cell is activated and, if it is selectable, selected as well. Any previously selected rows, columns, and cells are deselected.
ActivateCellRightNoSelectThe cell to the right of the currently active cell is activated; selection is not affected.
ActivateCellUpThe cell above the currently active cell is activated and, if it is selectable, selected as well. Any previously selected rows, columns, and cells are deselected.
ActivateCellUpNoSelectThe cell above the currently active cell is activated; selection is not affected.
ActivateFirstCellThe first cell is activated and, if it is selectable, selected as well.
ActivateFirstCellOnRowThe first cell in the row containing the currently active cell is activated and, if it is selectable, selected as well.
ActivateLastCellThe last cell is activated and, if it is selectable, selected as well.
ActivateLastCellOnRowThe last cell in the row containing the currently active cell is activated and, if it is selectable, selected as well.
CancelUpdateThe asynchronous task which applies changes to the data source is canceled.
CloseFilterSelectorDiscardChangesThe filter selector is closed as if the user clicked the Cancel button.
ExtendCellSelectionDownThe cell below the currently active cell is activated, and the cell selection is extended to include this cell.
ExtendCellSelectionLeftThe cell to the left of the currently active cell is activated, and the cell selection is extended to include this cell.
ExtendCellSelectionRightThe cell to the right of the currently active cell is activated, and the cell selection is extended to include this cell.
ExtendCellSelectionUpThe cell above the currently active cell is activated, and the cell selection is extended to include this cell.
InvertActiveCellSelectedStateThe selected state of the currently active cell is inverted (a.k.a., toggled); the previous selection is unchanged
InvertActiveCellSelectedStateClearExistingThe selected state of the currently active cell is inverted (a.k.a., toggled); any previously selected rows, columns, or cells are deselected
NoneNo action.
PageDownThe control is scrolled one logical page downward.
PageUpThe control is scrolled one logical page upward.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also