GridSelectionMode Constants Reference

Declared in FlexGrid.h

GridSelectionMode

Specifies constants that define the selection behavior.

Definition

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

Constants

GridSelectionModeNone

GridSelectionModeNone

Declared In FlexGrid.h.

GridSelectionModeCell

GridSelectionModeCell

Declared In FlexGrid.h.

GridSelectionModeCellRange

GridSelectionModeCellRange

Declared In FlexGrid.h.

GridSelectionModeRow

GridSelectionModeRow

Declared In FlexGrid.h.

GridSelectionModeRowRange

GridSelectionModeRowRange

Declared In FlexGrid.h.

Declared In

FlexGrid.h