FlexPivot for WinForms
SelectionModeEnum 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : SelectionModeEnum 列挙体
Specifies the type of selection provided by the grid.
シンタックス
'宣言
 
Public Enum SelectionModeEnum 
   Inherits System.Enum
public enum SelectionModeEnum : System.Enum 
メンバ
メンバ解説
CellThe user can select only a single cell at a time.
CellRangeThe user can select continuous blocks of cells using the keyboard and the mouse. Clicking on header cells does not affect the selection.
ColumnThe user can select a single column at a time.
ColumnRangeThe user can select a range of contiguous columns at a time.
DefaultThe user can select continuous blocks of cells using the keyboard and the mouse. Clicking on header cells selects entire rows and columns.
ListBoxThe user can select non-contiguous rows using control-click.
MultiRangeThe user can select multiple continuous blocks of cells using the mouse.
RowThe user can select a single row at a time.
RowRangeThe user can select a range of contiguous rows at a time.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.SelectionModeEnum

参照

C1.Win.C1FlexGrid 名前空間