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

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.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlVariantValue ToText()

Returns

Type Description
XlVariantValue

An XlVariantValue object.

See Also