Skip to main content
Row

IWorkbook.Functions Property

Provides access to the built-in functions in a workbook.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

WorkbookFunctions Functions { get; }

Property Value

Type Description
WorkbookFunctions

An object implementing the WorkbookFunctions interface.

See Also