Skip to main content
A newer version of this page is available. .

XlVariantValue.IsText Property

Gets whether the current XlVariantValue object contains text.

Namespace: DevExpress.Export.Xl

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

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