Skip to main content

XlVariantValue Properties

A variant value that can be used as a cell value, filter value or function argument.
Name Description
BaseDate static This member supports the internal infrastructure and is not intended to be used directly from your code.
BooleanValue Gets or sets the boolean value stored by the XlVariantValue object.
DateTimeValue Gets or sets the date and time value stored by the XlVariantValue object.
Day29Feb1900 static This member supports the internal infrastructure and is not intended to be used directly from your code.
ErrorValue Gets or sets the cell error stored by the XlVariantValue object.
FalseConstant static This member supports the internal infrastructure and is not intended to be used directly from your code.
IsBoolean Gets whether the current XlVariantValue object contains a Boolean value.
IsEmpty Gets whether the current XlVariantValue object has an empty value.
IsError Gets whether the current XlVariantValue object contains an error.
IsNumeric Gets whether the current XlVariantValue object contains a number.
IsText Gets whether the current XlVariantValue object contains text.
NumericValue Gets or sets the number stored by the XlVariantValue object.
TextValue Gets or sets the text stored by the XlVariantValue object.
TrueConstant static This member supports the internal infrastructure and is not intended to be used directly from your code.
Type Gets the type of the XlVariantValue object.
See Also