2.5.207 Ref

The Ref structure specifies a range of cells on a given 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): An unsigned integer that specifies the first zero-based row index in the range. MUST be greater than or equal to the rwMic field of the Dimensions record and MUST be less than the rwMac field of the Dimensions record. MUST be less than or equal to rwLast.

rwLast (2 bytes): An unsigned integer that specifies the last zero-based row index in the range. MUST be greater than or equal to the rwMic field of the Dimensions record and MUST be less than the rwMac field of the Dimensions record. MUST be greater than or equal to rwFirst.

colFirst (1 byte): A ColByte structure that specifies the first zero-based column index in the range. MUST be less than or equal to colLast.

colLast (1 byte): A ColByte structure that specifies the last zero-based column index in the range. MUST be greater than or equal to colFirst.