Skip to main content

TdxSpreadSheetFunctionInfo.TypeID Field

Stores the category to which the function signature belongs.

Declaration

TypeID: TdxSpreadSheetFunctionType

Field Value

Type
TdxSpreadSheetFunctionType

Remarks

This field value defines under which category the “Insert Function“ and “Expression Editor“ dialogs display the function signature’s name. Each category is a group of functions that share a common purpose. Refer to the TdxSpreadSheetFunctionType type description for detailed information on all function categories.

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

See Also