Skip to main content

WorkbookFunctions.Web Property

Provides access to built-in Web Functions.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IWebFunctions Web { get; }

Property Value

Type Description
DevExpress.Spreadsheet.Functions.IWebFunctions

A DevExpress.Spreadsheet.Functions.IWebFunctions interface providing access to functions via its properties.

See Also