XlVariantValue Methods
A variant value that can be used as a cell value, filter value or function argument.| Name | Description |
|---|---|
| Equals(XlVariantValue) | Determines whether the specified object is equal to this XlVariantValue object. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current XlVariantValue instance. |
| FromObject(Object) static | Converts the specified object to XlVariantValue. |
| GetHashCode() | Gets the hash code (a number) that corresponds to the value of the current XlVariantValue object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetDateTimeSerial(Double, Boolean) | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| ToString() | Returns the fully qualified type name of this instance. Inherited from ValueType. |
| ToText() |
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. |
| ToText(CultureInfo) |
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. |
See Also