Source position: grids.pas line 118
type TGridZoneSet = set of (
gzNormal,
gzFixedCols,
gzFixedRows,
gzFixedCells,
gzInvalid
);