The following tables list the members exposed by ValueEntry.
Name | Description | |
---|---|---|
Context | Returns the context associated with the value. In the case of data presenter, the context will be the Cell whose value this value entry represents. | |
Culture | Returns the culture info. | |
Format | Returns the format. | |
Value | Returns the value. | |
ValueAsDouble | Returns the value as double. If the value is not double, it will try to convert the value into double and return the converted value. If the conversion fails, it returns double.NaN. |