2.5.208 Ref8

The Ref8 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 Rwx structure that specifies the first row in the range. The field rwFirst.rw MUST be less than or equal to rwLast.rw.

rwLast (2 bytes): A Rwx structure that specifies the last row in the range. The field rwLast.rw MUST be greater than or equal to rwFirst.rw. If rwFirst.rw is 0 and rwLast.rw is 0xFFFF, the specified range includes all the rows in the sheet.

colFirst (2 bytes): A Colx structure that specifies the first column in the range. The field colFirst.col MUST be less than or equal to colLast.col.

colLast (2 bytes): A Colx structure that specifies the last column in the range. The field colLast.col MUST be greater than or equal to colFirst.col. If colFirst.col is 0 and colLast.col is 0xFF, the specified range includes all the columns in the sheet.