2.5.98.89 RgceArea
The RgceArea structure specifies a reference to a rectangular range of cells, where relative references are stored as coordinates.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rowFirst |
|||||||||||||||||||||||||||||||
rowLast |
|||||||||||||||||||||||||||||||
columnFirst |
columnLast |
rowFirst (4 bytes): An UncheckedRw (section 2.5.155) structure that specifies the first row of the cell range. Its value MUST be less than 1048576.
rowLast (4 bytes): An UncheckedRw structure that specifies the last row of the cell range. Its value MUST be less than 1048576.
columnFirst (2 bytes): A ColRelShort (section 2.5.26) structure that specifies the first column (1) of the cell range and relative reference information about the first column (1) and first row.
columnLast (2 bytes): A ColRelShort structure that specifies the last column (1) of the cell range and relative reference information about the last column (1) and last row.