2.5.119 RfXRel

The RfXRel structure specifies a range that can contain a relative reference.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

rwFirst

rwLast

colFirst

colLast

rwFirst (4 bytes): An UncheckedRw (section 2.5.155) structure that specifies the first row of the range.

rwLast (4 bytes): An UncheckedRw structure that specifies the last row of the range. This value MUST NOT be less than the value of rwFirst.

colFirst (4 bytes): A ColRel (section 2.5.25) structure that specifies the first column (1) of the range. The associated row is rwFirst.

colLast (4 bytes):  A ColRel structure that specifies the last column (1) of the range. The associated row is rwLast. The specified column (1) index MUST NOT be less than the column (1) index specified by colFirst.