XlVariantValue.ToText(CultureInfo) 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.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
culture | CultureInfo | A CultureInfo object specifying the culture settings. |
Returns
Type | Description |
---|---|
XlVariantValue | An XlVariantValue object. |
See Also