Skip to main content

WorkbookFunctions.Statistical Property

Provides access to built-in Statistical Functions.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IStatisticalFunctions Statistical { get; }

Property Value

Type Description
DevExpress.Spreadsheet.Functions.IStatisticalFunctions

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

See Also