Back to Devexpress

XlVariantValueType Enum

corelibraries-devexpress-dot-export-dot-xl-14840e3b.md

latest1.4 KB
Original Source

XlVariantValueType Enum

Lists values used to specify a variant value type.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlVariantValueType
vb
Public Enum XlVariantValueType

Members

NameDescription
None

The value type is unknown.

| | Boolean |

A variant value contains data of the boolean type.

| | Text |

A variant value contains data of the text type.

| | Numeric |

A variant value contains data of the numeric type.

| | DateTime |

A variant value contains a number that is regarded as date and time.

| | Error |

A variant value contains data of the error type.

| | Image |

A variant value contains a byte array that describes an image.

|

The following properties accept/return XlVariantValueType values:

See Also

DevExpress.Export.Xl Namespace