Skip to main content

XlVariantValue.TextValue Property

Gets or sets the text stored by the XlVariantValue object.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public string TextValue { get; set; }

Property Value

Type Description
String

A String value.

Remarks

Use the XlVariantValue.IsText or XlVariantValue.Type property to check whether the specified value is of the text type. If the value type is other than text, the TextValue property returns null (Nothing in VB).

See Also