Skip to main content

WorkbookFunctions.Text Property

Provides access to built-in Text Functions.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ITextFunctions Text { get; }

Property Value

Type Description
DevExpress.Spreadsheet.Functions.ITextFunctions

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

See Also