2.5.209 Ref8U

The Ref8U 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 zero-based index of 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 zero-based index of the last row in the range. The value MUST be greater than or equal to rwFirst.

colFirst (2 bytes): A ColU structure that specifies the zero-based index of the first column in the range. The value MUST be less than or equal to colLast, and MUST be less than or equal to 0x00FF.

colLast (2 bytes): A ColU structure that specifies the zero-based index of the last column in the range. The value MUST be greater than or equal to colFirst, and MUST be less than or equal to 0x00FF.