Back to Devexpress

DevExpress.Spreadsheet.Functions Namespace

officefileapi-devexpress-dot-spreadsheet-bbe418f4.md

latest3.2 KB
Original Source

DevExpress.Spreadsheet.Functions Namespace

Contains classes required to implement a custom spreadsheet function.

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Classes

NameDescription
CustomFunctionArgumentDescriptionContains text descriptions of the argument passed to the User-Defined Function (UDF).
CustomFunctionArgumentsDescriptionsCollectionContains the type and description for each argument of the User-Defined Function (UDF).
FormulaEvaluationContextDetermines the location of the formula and the culture used for correct formula evaluation.
FunctionWrapperA base class that allows you to override a built-in spreadsheet function.
ParameterInfoDefines a parameter to pass to a custom function.
ParameterValueContains data passed to the function or returned.

Interfaces

NameDescription
CustomFunctionObsolete. Use the ICustomFunction interface instead.
CustomFunctionCollectionA collection of custom functions in a workbook.
EvaluationContextProvides information on the worksheet, its current culture, the column and the row containing the cell for which a formula is calculated.
ICustomFunctionDefines properties and methods required to implement your own worksheet function.
ICustomFunctionDescriptionsRegisterServiceProvides captions and text descriptions for the Function Argument dialog invoked for the custom function (UDF).
IFunctionDefines properties and methods required for the worksheet function.
WorkbookFunctionsProvides access to worksheet functions and enables you to override a built-in function.

Enums

NameDescription
ParameterAttributesLists parameter attributes.
ParameterTypeLists parameter types.