2.5.211 RefU

The RefU structure specifies a range of cells on the sheet.


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 (2 bytes): A RwU structure that specifies the first row in the range. The value MUST be less than or equal to rwLast.

rwLast (2 bytes): A RwU structure that specifies the last row in the range.

colFirst (1 byte): A ColByteU structure that specifies the first column in the range. The value MUST be less than or equal to colLast.

colLast (1 byte): A ColByteU structure that specifies the last column in the range.