Skip to main content

XlValueObject.TextValue Property

Converts the object’s value to a string and returns the result.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string TextValue { get; }

Property Value

Type Description
String

A String value

Remarks

To determine whether the XlValueObject originates from the text string, check the XlValueObject.IsText property.

See Also