The COLINFO record describes the column formatting for a range of columns.
Record Data
Offset |
Name |
Size |
Contents |
4 |
colFirst |
2 |
First formatted column (0-based) |
6 |
colLast |
2 |
Last formatted column (0-based) |
8 |
coldx |
2 |
Column width, in 1/256s of a character width |
10 |
ixfe |
2 |
Index to XF record that contains the default format for the column (for more information about the XF records, see "XF" on page 426) |
12 |
grbit |
2 |
Options |
14 |
(reserved) |
1 |
Reserved; must be 0 (zero) |
The grbit field contains the options listed in the following table.
Offset |
Bits |
Mask |
Name |
Contents |
0 |
0 |
01h |
fHidden |
= 1 if the column range is hidden |
7–1 |
FEh |
(Unused) | ||
1 |
2–0 |
07h |
iOutLevel |
Outline level of column range |
3 |
08h |
(Reserved) |
Reserved; must be 0 (zero) | |
4 |
10h |
fCollapsed |
= 1 if the column range is collapsed in outlining | |
7–5 |
E0h |
(Reserved) |
Reserved; must be 0 (zero) |