a sequence of FormulaToken matching the input
sequence in order.
Each string element in parameter Names according to the formula
language in parameter Language is mapped to a
FormulaToken containing the internal OpCode used by the spreadsheet
application in FormulaToken::OpCode and by
contract maybe additional information in
FormulaToken::Data.
The order of the FormulaToken sequence returned matches the
input order of the string sequence.
An unknown Name string gets the OpCode value of
OpCodeUnknown assigned.
Additional information in FormulaToken::Data
is returned for:
- Add-in names: the programmatical name. The OpCode value used
for add-ins can be queried with the OpCodeExternal
getter method.