Version

SpreadsheetSelectionMode Enumeration

Specifies the selection is updated when interacting with the cells via the mouse or keyboard.
Syntax
'Declaration
 
Public Enum SpreadsheetSelectionMode 
   Inherits System.Enum
public enum SpreadsheetSelectionMode : System.Enum 
Members
MemberDescription
AddToSelectionNew cell ranges are added to the 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.
ExtendedSelectionThe selection range in the 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 8.1, Windows 8.1, Windows 8, 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

View on GitHub