2.5.47 ColElfU

The ColElfU structure specifies the zero-based index of a column in a sheet and relative reference information for this column index and a corresponding row index.


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

col

A

B

col (14 bits): An unsigned integer that specifies the zero-based index of a column in the sheet that contains this structure.  MUST be less than or equal to 0x00FF.

A - fQuoted (1 bit): A bit that specifies if the label occurrences in the natural language formula are surrounded by single quote characters.

B - fRelative (1 bit):  A bit that specifies whether a corresponding row index from the containing structure and column are relative or absolute. MUST be a value from the following table:

Value

Meaning

0x0

A corresponding row index from the containing structure and column are absolute coordinates and are specified by a fixed position in a sheet.

0x1

A corresponding row index from the containing structure and column are relative coordinates and are specified by their position in relation to the current row or current column.