IWorkbook.Functions Property
In This Article
Provides access to the built-in functions in a workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
WorkbookFunctions Functions { get; }
#Property Value
Type | Description |
---|---|
Workbook |
An object implementing the Workbook |
See Also