IBcfValueCellT Methods |
The IBcfValueCellT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AsNotNullableCell |
Returns the cell as not-nullable of T if possible; otherwise .
| |
| AsNullableCell |
Returns the cell as nullable of T if possible; otherwise .
| |
| GetValue |
Returns the cells Value. The return value is always a nullable type GetValueOrFallback(T).
| |
| GetValueOrFallback | ||
| SetValue | ||
| SetValueOrFallback | ||
| ValueEquals |
Compares a specified value with the Value and returns the result.
|