2.5.213 RFX
The RFX structure specifies a range of cells on the sheet.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rwFirst |
|||||||||||||||||||||||||||||||
rwLast |
|||||||||||||||||||||||||||||||
colFirst |
|||||||||||||||||||||||||||||||
colLast |
rwFirst (4 bytes): A Rw12 that specifies the first row in the range. The value of rwFirst.rw MUST be less than or equal to rwLast.rw.
rwLast (4 bytes): A Rw12 that specifies the last row in the range. The value of rwLast.rw MUST be greater than or equal to rwFirst.rw.
colFirst (4 bytes): A Col12 that specifies the first column in the range. The value of colFirst.col MUST be less than or equal to colLast.col.
colLast (4 bytes): A Col12 that specifies the last column in the range. The value of colLast.col MUST be greater than or equal to colFirst.col.