 | BcfCellAsValueCellTValue Method |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic abstract IBcfValueCell<TValue> AsValueCell<TValue>()
where TValue : struct, new()
Public MustOverride Function AsValueCell(Of TValue As {Structure, New}) As IBcfValueCell(Of TValue)Type Parameters
- TValue
- Must equal columns DataType
Return Value
Type:
IBcfValueCellTValueThe cell as
IBcfValueCellT if possible; otherwise
.
See Also