GridAllowMerging Constants Reference

Declared in FlexGrid.h

GridAllowMerging

Specifies constants that define the selection behavior.

Definition

typedef NS_ENUM(NSInteger, GridAllowMerging ) {
   GridAllowMergingNone = 0,
   GridAllowMergingCells = 1 < < 1,
   GridAllowMergingColumnHeaders = 1 < < 2,
   GridAllowMergingRowHeaders = 1 < < 3,
   GridAllowMergingAllHeaders = GridAllowMergingColumnHeaders | GridAllowMergingRowHeaders,
   GridAllowMergingAll = GridAllowMergingCells | GridAllowMergingAllHeaders,
};

Constants

GridAllowMergingNone

GridAllowMergingNone

Declared In FlexGrid.h.

GridAllowMergingCells

GridAllowMergingCells

Declared In FlexGrid.h.

GridAllowMergingColumnHeaders

GridAllowMergingColumnHeaders

Declared In FlexGrid.h.

GridAllowMergingRowHeaders

GridAllowMergingRowHeaders

Declared In FlexGrid.h.

GridAllowMergingAllHeaders

GridAllowMergingAllHeaders

Declared In FlexGrid.h.

GridAllowMergingAll

GridAllowMergingAll

Declared In FlexGrid.h.

Declared In

FlexGrid.h