| Offset | Name | Size | Contents |
| 4 | rw | 2 | Row number (0-based) |
| 6 | colFirst | 2 | Column number (0-based) of the first column of the multiple RK record |
| 8 | rgrkrec | var | Array of 6-byte RKREC structures |
| var | colLast | 2 | Last column containing the RKREC structure |
typedef struct rkrec
{
SHORT ixfe; /* index to XF record */
long RK; /* RK number */
}
RKREC;