ValueObject Members
In This Article
#Properties
Name | Description |
---|---|
Boolean |
Converts the object’s value to Boolean and returns the result. |
Empty static | Returns an empty object. |
Error |
Converts the object’s value to cell error type and returns the result. |
Formula | Converts the object’s value to a worksheet formula and returns the result. |
Formula |
Converts the object’s value to a worksheet formula in the invariant culture (English), and returns the result. |
Is |
Gets whether the object originates from the value of the boolean type. |
Is |
Gets whether the object has an empty value. |
Is |
Gets whether the object contains a Cell Error value. |
Is |
Gets whether the object contains a cell formula value. |
Is |
Gets whether the object originates from a number. |
Is |
Gets whether the object originates from a worksheet Range. |
Is |
Gets whether the object originates from a text string. |
Numeric |
Converts the object’s value to numeric and returns the result. |
Range |
Converts the object’s value to a worksheet range and returns the result. |
Text |
Converts the object’s value to a string and returns the result. |
#Methods
Name | Description |
---|---|
Create |
Creates the Value |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether two objects are equal. |
From |
Creates the Value |
From |
Creates the Value |
From |
Creates the Value |
Get |
Converts the object’s value to Date |
Get |
Returns a number that identifies the object instance. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Determines whether the specified object is null or has an empty value. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Operators
Name | Description |
---|---|
Implicit |
Implicitly converts a cell value to a Value |
Implicit |
Implicitly converts a Boolean value to a Value |
Implicit |
Implicitly converts a Char value to a Value |
Implicit |
Implicitly converts a Date |
Implicit |
Implicitly converts a Double value to a Value |
Implicit |
Implicitly converts an Int32 value to a Value |
Implicit |
Implicitly converts a String value to a Value |
See Also