2.4.706 BrtMergeCell

The BrtMergeCell record specifies a single merged cell.


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) that specifies the first row of the merged cell. This value MUST NOT be greater than rwLast. This value MUST be 0 and rwLast MUST be 1048575, or MUST be within the bounds of Rw (section 2.5.126).

rwLast (4 bytes):  An UncheckedRw that specifies the last row of the merged cell. This value MUST NOT be less than rwFirst. This value MUST be 1048575 and rwFirst MUST be 0, or MUST be within the bounds of Rw.

colFirst (4 bytes):  An UncheckedCol (section 2.5.153) that specifies the first column (1) of the merged cell. MUST NOT be greater than colLast. This value MUST be 0 and colLast MUST be 16383, or MUST be within the bounds of Col (section 2.5.23).

colLast (4 bytes):  An UncheckedCol that specifies the last column (1) of the merged cell. MUST NOT be less than colFirst. This value MUST be 16383 and colFirst MUST be 0, or MUST be within the bounds of Col.