Skip to main content

TdxSpreadSheetFunctionsRepository.GetInfoByID(Integer) Method

Provides access to the first occurrence of a registered function signature with the specified XLS token.

Declaration

function GetInfoByID(const ID: Integer): TdxSpreadSheetFunctionInfo;

Parameters

Name Type
ID Integer

Returns

Type
TdxSpreadSheetFunctionInfo

Remarks

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

See Also