ValueObject Properties
An object that can be used to specify a value associated with a custom cell in-place editor or to create a criterion for data validation.
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. |
See Also