Back to Devexpress

Workbook.Functions Property

officefileapi-devexpress-dot-spreadsheet-dot-workbook-1d88a814.md

latest1.6 KB
Original Source

Workbook.Functions Property

Provides access to the built-in 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 WorkbookFunctions Functions { get; }
vb
Public ReadOnly Property Functions As WorkbookFunctions

Property Value

TypeDescription
WorkbookFunctions

An object implementing the WorkbookFunctions interface.

|

Implements

Functions

See Also

Spreadsheet Functions

Workbook Class

Workbook Members

DevExpress.Spreadsheet Namespace