GridSelectionMode 定数 リファレンス
定義先 | FlexGrid.h |
---|
GridSelectionMode
選択動作を定義する列挙型
Definition
typedef NS_ENUM(NSInteger, GridSelectionMode ) {
GridSelectionModeNone,
GridSelectionModeCell,
GridSelectionModeCellRange,
GridSelectionModeRow,
GridSelectionModeRowRange,
};
Constants
定義先
FlexGrid.h