ValueObject Operators
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 |
---|---|
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