Skip to main content

XlVariantValue.ToText() Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Returns a value containing a textual representation of the XlVariantValue object.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlVariantValue ToText()

Returns

Type Description
XlVariantValue

An XlVariantValue object.

See Also