Back to Devexpress

IWorkbook.CustomFunctions Property

officefileapi-devexpress-dot-spreadsheet-dot-iworkbook-69dee166.md

latest1.4 KB
Original Source

IWorkbook.CustomFunctions Property

Provides access to a collection of custom functions in a workbook.

Namespace : DevExpress.Spreadsheet

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 collection of custom functions.

|

See Also

How to: Create a Simple Custom Function

IWorkbook Interface

IWorkbook Members

DevExpress.Spreadsheet Namespace