Back to Devexpress

WorkbookFunctions.CustomFunctions Property

officefileapi-devexpress-dot-spreadsheet-dot-functions-dot-workbookfunctions.md

latest1.6 KB
Original Source

WorkbookFunctions.CustomFunctions Property

Provides access to User-Defined Functions (UDF).

Namespace : DevExpress.Spreadsheet.Functions

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CustomFunctionCollection CustomFunctions { get; }
vb
ReadOnly Property CustomFunctions As CustomFunctionCollection

Property Value

TypeDescription
CustomFunctionCollection

A CustomFunctionCollection object that contains custom functions.

|

See Also

User-Defined Functions (UDF)

WorkbookFunctions Interface

WorkbookFunctions Members

DevExpress.Spreadsheet.Functions Namespace