Version

SpreadsheetCellSelectionMode Enumeration

Enumeration used to indicate the selection is updated when one interacts with the control via the mouse or keyboard.
Syntax
'Declaration
 
Public Enum SpreadsheetCellSelectionMode 
   Inherits System.Enum
public enum SpreadsheetCellSelectionMode : System.Enum 
Members
MemberDescription
AddToSelectionNew cell ranges are added to the SpreadsheetSelection.CellRanges without needing to hold down the ctrl key when dragging via the mouse and a range is added with the first arrow key navigation after entering the mode. One can enter the mode by pressing Shift+F8.
ExtendSelectionThe selection range in the SpreadsheetSelection.CellRanges representing the active cell is updated as one uses the mouse to select a cell or navigating via the keyboard.
NormalThe selection is replaced when dragging the mouse to select a cell or range of cells. Similarly when navigating via the keyboard a new selection is created. One may add a new range by holding the Ctrl key and using the mouse and one may alter the selection range containing the active cell by holding the Shift key down while clicking with the mouse or navigating with the keyboard such as with the arrow keys.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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