GridCellType 定数 リファレンス

定義先 GridPanel.h

GridCellType

グリッドパネル内のセルの種類を定義する値を指定します。

Definition

typedef NS_ENUM(NSInteger, GridCellType ) {
   GridCellTypeNone,
   GridCellTypeCell,
   GridCellTypeColumnHeader,
   GridCellTypeRowHeader,
   GridCellTypeTopLeft,
};

Constants

GridCellTypeNone

セルタイプなし

定義先 GridPanel.h.

GridCellTypeCell

通常のデータセル

定義先 GridPanel.h.

GridCellTypeColumnHeader

列ヘッダーのセル

定義先 GridPanel.h.

GridCellTypeRowHeader

行ヘッダーのセル

定義先 GridPanel.h.

GridCellTypeTopLeft

左上のセル

定義先 GridPanel.h.

定義先

GridPanel.h