Click or drag to resize

IBcfValueColumnTGetValueCell Method

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
IBcfValueCell<T> GetValueCell(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row

Return Value

Type: IBcfValueCellT
The rows cell as IBcfValueCellT
Exceptions
ExceptionCondition
ArgumentNullExceptionrow is .
See Also