NGridCellType Constants Reference

Declared in NGridCellType.h

NGridCellType

NGrid cell type options.

Definition

typedef NS_ENUM(NSInteger, NGridCellType ) {
   NGridCellTypeRegular = 1 < < 0,
   NGridCellTypeRowHeader = 1 < < 1,
   NGridCellTypeColumnHeader = 1 < < 2,
   NGridCellTypeCornerHeader = NGridCellTypeRowHeader | NGridCellTypeColumnHeader,
};

Constants

NGridCellTypeRegular

This option indicates that the cell is used as a regular cell.

Declared In NGridCellType.h.

NGridCellTypeRowHeader

The option for row header cells.

Declared In NGridCellType.h.

NGridCellTypeColumnHeader

The option for column header cells.

Declared In NGridCellType.h.

NGridCellTypeCornerHeader

This option is used to indicate that the cell is placed in the corner of the table.

Declared In NGridCellType.h.

Declared In

NGridCellType.h