Skip to main content

WorkbookFunctions.Math Property

Provides access to built-in Mathematical Functions

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

IMathAndTrigonometryFunctions Math { get; }

Property Value

Type Description
DevExpress.Spreadsheet.Functions.IMathAndTrigonometryFunctions

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

See Also