Skip to main content

XlVariantValue.IsText Property

Gets whether the current XlVariantValue object contains text.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsText { get; }

Property Value

Type Description
Boolean

true, if the current value is of the text type; otherwise, false

Remarks

Use the XlVariantValue.TextValue property to obtain the text string of the specified XlVariantValue instance.

See Also