C1.Win.C1FlexGrid Namespace : SelectionModeEnum Enumeration |
'Declaration
Public Enum SelectionModeEnum Inherits System.Enum
'Usage
Dim instance As SelectionModeEnum
public enum SelectionModeEnum : System.Enum
public enum class SelectionModeEnum : public System.Enum
Member | Description |
---|---|
Cell | The user can select only a single cell at a time. |
CellRange | The user can select continuous blocks of cells using the keyboard and the mouse. Clicking on header cells does not affect the selection. |
Column | The user can select a single column at a time. |
ColumnRange | The user can select a range of contiguous columns at a time. |
Default | The user can select continuous blocks of cells using the keyboard and the mouse. Clicking on header cells selects entire rows and columns. |
ListBox | The user can select non-contiguous rows using control-click. |
Row | The user can select a single row at a time. |
RowRange | The user can select a range of contiguous rows at a time. |
System.Object
System.ValueType
System.Enum
C1.Win.C1FlexGrid.SelectionModeEnum
Target Platforms: 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