Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

IWorkbook.Functions Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

WorkbookFunctions Functions { get; }

Property Value

Type Description
WorkbookFunctions

An object implementing the WorkbookFunctions interface.

See Also