'Declaration Public Enum UltraPivotGridAction Inherits System.Enum
public enum UltraPivotGridAction : System.Enum
Member | Description |
---|---|
ActivateCellDown | The 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. |
ActivateCellDownNoSelect | The cell below the currently active cell is activated; selection is not affected. |
ActivateCellLeft | The 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. |
ActivateCellLeftNoSelect | The cell to the left of the currently active cell is activated; selection is not affected. |
ActivateCellRight | The 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. |
ActivateCellRightNoSelect | The cell to the right of the currently active cell is activated; selection is not affected. |
ActivateCellUp | The 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. |
ActivateCellUpNoSelect | The cell above the currently active cell is activated; selection is not affected. |
ActivateFirstCell | The first cell is activated and, if it is selectable, selected as well. |
ActivateFirstCellOnRow | The first cell in the row containing the currently active cell is activated and, if it is selectable, selected as well. |
ActivateLastCell | The last cell is activated and, if it is selectable, selected as well. |
ActivateLastCellOnRow | The last cell in the row containing the currently active cell is activated and, if it is selectable, selected as well. |
CancelUpdate | The asynchronous task which applies changes to the data source is canceled. |
CloseFilterSelectorDiscardChanges | The filter selector is closed as if the user clicked the Cancel button. |
ExtendCellSelectionDown | The cell below the currently active cell is activated, and the cell selection is extended to include this cell. |
ExtendCellSelectionLeft | The cell to the left of the currently active cell is activated, and the cell selection is extended to include this cell. |
ExtendCellSelectionRight | The cell to the right of the currently active cell is activated, and the cell selection is extended to include this cell. |
ExtendCellSelectionUp | The cell above the currently active cell is activated, and the cell selection is extended to include this cell. |
InvertActiveCellSelectedState | The selected state of the currently active cell is inverted (a.k.a., toggled); the previous selection is unchanged |
InvertActiveCellSelectedStateClearExisting | The selected state of the currently active cell is inverted (a.k.a., toggled); any previously selected rows, columns, or cells are deselected |
None | No action. |
PageDown | The control is scrolled one logical page downward. |
PageUp | The control is scrolled one logical page upward. |
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