2.5.4.18 PtgInt

The PtgInt structure specifies a signed four-byte integer value.

When found in a formula expression, this structure MUST satisfy the following ABNF.

ABNF:

 PtgInt = int-value

int-value specifies a signed four-byte integer.

When stored in a Cell_Type element, this structure has the following attribute values.

Attribute

 Value

V

MUST be greater than or equal to -231 and be less than 231.

U

MUST NOT exist or MUST be "NUM".