DevExpress.Spreadsheet.Functions Namespace
Contains classes required to implement a custom spreadsheet function.
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Classes
Name | Description |
---|---|
Custom |
Contains text descriptions of the argument passed to the User-Defined Function (UDF). |
Custom |
Contains the type and description for each argument of the User-Defined Function (UDF). |
Formula |
Determines the location of the formula and the culture used for correct formula evaluation. |
Function |
A base class that allows you to override a built-in spreadsheet function. |
Parameter |
Defines a parameter to pass to a custom function. |
Parameter |
Contains data passed to the function or returned. |
#Interfaces
Name | Description |
---|---|
Custom |
Obsolete. Use the ICustom |
Custom |
A collection of custom functions in a workbook. |
Evaluation |
Provides information on the worksheet, its current culture, the column and the row containing the cell for which a formula is calculated. |
ICustom |
Defines properties and methods required to implement your own worksheet function. |
ICustom |
Provides captions and text descriptions for the Function Argument dialog invoked for the custom function (UDF). |
IFunction | Defines properties and methods required for the worksheet function. |
Workbook |
Provides access to worksheet functions and enables you to override a built-in function. |
#Enums
Name | Description |
---|---|
Parameter |
Lists parameter attributes. |
Parameter |
Lists parameter types. |