2.5.120 RgceAreaSmall

The RgceAreaSmall structure is a variant of the RgceArea (section 2.5.98.89) structure that is limited to a range reference in the first 256 columns (1) and 65536 rows of a 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

rowFirst

rowLast

columnFirst

columnLast

rowFirst (2 bytes): A RwShort (section 2.5.130) structure that specifies the zero-based index of the first row of the range. This value MUST be less than 65536.

rowLast (2 bytes):  A RwShort structure that specifies the zero-based index of the last row of the range. This value MUST be greater than or equal to rowFirst, and MUST be less than 65536.

columnFirst (2 bytes):  A ColRelShort (section 2.5.26) structure that specifies the first column (1) of the cell range and that specifies relative reference information about the first column (1) and first row. The value of columnFirst.col MUST be less than 256.

columnLast (2 bytes):  A ColRelShort structure that specifies the last column (1) of the cell range and that specifies relative reference information about the last column (1) and last row. The value of columnLast.col MUST be greater than or equal to columnFirst.col and MUST be less than 256.