LABEL: Cell Value, String Constant (204h)
A LABEL record describes a cell that contains a string constant. The rw field contains the 0-based row number. The col field contains the 0-based column number. The string length is contained in the cch field and must be in the range of 0000h–00FFh (0–255). The string itself is contained in the rgch field.
Record Data
Offset | Name | Size | Contents |
|
4 | rw | 2 | Row |
6 | col | 2 | Column |
8 | ixfe | 2 | Index to the XF record |
10 | cch | 2 | Length of the string |
12 | rgch | var | The string |