2.5.119 RfXRel
The RfXRel structure specifies a range that can contain a relative reference.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.