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

dxSpreadSheetFunctionTypeNameAsString(TdxSpreadSheetFunctionType) Method

Returns the specified function category‘s display name.

#Declaration

Delphi
function dxSpreadSheetFunctionTypeNameAsString(AType: TdxSpreadSheetFunctionType): string;

#Parameters

Name Type
AType TdxSpreadSheetFunctionType

#Returns

Type
string

#Remarks

Call this global function and pass a function category as the AType parameter to retrieve the category’s name. The function calls the dxSpreadSheetFunctionTypeNameAsResString function and retrieves a resource string’s current value.

Note

The “Insert Function“ and “Expression Editor“ dialogs call the dxSpreadSheetFunctionTypeNameAsString global function internally to list available category names.

See Also