Back to Devexpress

Workbook.CustomFunctions Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-c3f2fcc6.md

latest1.6 KB
Original Source

Workbook.CustomFunctions Property

Provides access to a collection of custom functions in a workbook

You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this property in production code.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

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

Property Value

TypeDescription
CustomFunctionCollection

A CustomFunctionCollection collection of custom functions.

|

Implements

CustomFunctions

See Also

ICustomFunction

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace