Source position: grids.pas line 123
type TItemType = (
itNormal,
itCell,
itColumn,
itRow,
itFixed,
itFixedColumn,
itFixedRow,
itSelected
);