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

XlVariantValueType Enum

Lists values used to specify a variant value type.

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlVariantValueType

Members

Name Description
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.

Related API Members

The following properties accept/return XlVariantValueType values:

Remarks

The values listed by this enumeration are returned by the XlVariantValue.Type property.

See Also