XlVariantValue Properties
A variant value that can be used as a cell value, filter value or function argument.| Name | Description |
|---|---|
| AltText | Gets or sets the alternative text for an object. |
| 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. |
| ImageValue | Gets or sets the image stored by the XlVariantValue object. |
| 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. |
| IsImage | Gets whether the current XlVariantValue object contains an image. |
| 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