'宣言
Public Enum GridSelectionMode Inherits System.Enum
public enum GridSelectionMode : System.Enum
'宣言
Public Enum GridSelectionMode Inherits System.Enum
public enum GridSelectionMode : System.Enum
メンバ | 解説 |
---|---|
Cell | 単一のセルを選択します。 |
CellRange | セル範囲を選択します。 |
None | 選択できません。 |
Row | 単一の行を選択します。 |
RowRange | 隣接する複数の行を選択します。 |
System.Object
System.ValueType
System.Enum
C1.iOS.Grid.GridSelectionMode