FlexPivot for WinForms
SelectionMode プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : SelectionMode プロパティ
Gets or sets the grid's selection behavior.
シンタックス
'宣言
 
Public Property SelectionMode As SelectionModeEnum
public SelectionModeEnum SelectionMode {get; set;}
解説

In most selection modes, you can obtain the current selection using the Selection property.

When SelectionMode is set to SelectionModeEnum.ListBox, however, the selection may consist of a non-continuous range of rows. In this case, you can check the selection state of individual rows using the CellStyleCollection.Highlight property or obtain a collection of selected rows using the RowCollection.Selected property.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ