GridSelectionMode 定数 リファレンス

定義先 FlexGrid.h

GridSelectionMode

選択動作を定義する列挙型

Definition

typedef NS_ENUM(NSInteger, GridSelectionMode ) {
   GridSelectionModeNone,
   GridSelectionModeCell,
   GridSelectionModeCellRange,
   GridSelectionModeRow,
   GridSelectionModeRowRange,
};

Constants

GridSelectionModeNone

選択モードの指定なし

定義先 FlexGrid.h.

GridSelectionModeCell

選択モードはセル単位

定義先 FlexGrid.h.

GridSelectionModeCellRange

選択モードはセル範囲

定義先 FlexGrid.h.

GridSelectionModeRow

選択モードは行単位

定義先 FlexGrid.h.

GridSelectionModeRowRange

選択モードは行範囲

定義先 FlexGrid.h.

定義先

FlexGrid.h