Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetFunctionInfo.TypeID Field

Stores the category to which the function signature belongs.

#Declaration

#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