GridCellType 定数 リファレンス
定義先 | GridPanel.h |
---|
GridCellType
グリッドパネル内のセルの種類を定義する値を指定します。
Definition
typedef NS_ENUM(NSInteger, GridCellType ) {
GridCellTypeNone,
GridCellTypeCell,
GridCellTypeColumnHeader,
GridCellTypeRowHeader,
GridCellTypeTopLeft,
};
Constants
定義先
GridPanel.h