Skip to main content

TdxSpreadSheetFunctionInfo.Token Field

Stores the function signature’s XLS token.

Declaration

Token: Word

Field Value

Type
Word

Remarks

The XLS spreadsheet document format supports only a limited subset of all Microsoft Excel-compatible functions found in modern spreadsheet document formats. Each unique XLS function token corresponds to the function that the XLS format supports. XLS export routines call the spreadsheet function repository‘s GetInfoByID function internally to replace XLSX-specific functions with the most similar XLS-compatible functions.

The TdxSpreadSheetFunctionsRepository.Add procedure uses the AToken parameter value to initialize the Token field of a newly created function signature.

See Also