:: com :: sun :: star :: sheet ::

unpublished struct FormulaToken
Description
contains a single token within a formula.

Elements' Summary
OpCode is the OpCode of the token.  
Data is additional data in the token, depending on the OpCode.  
Elements' Details
OpCode
long OpCode;
Description
is the OpCode of the token.
Data
any Data;
Description
is additional data in the token, depending on the OpCode.
Top of Page