IBcfValueCellT Interface |
Namespace: CalculationWorks.BusinessModel
The IBcfValueCellT type exposes the following members.
| Name | Description | |
|---|---|---|
| Cell |
The cell.
| |
| IsNullable |
Gets a value indicating the cell can accept -value.
| |
| ValueColumn |
Cells Column as IBcfValueColumnT.
|
| 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.
|