Click or drag to resize

BcfRowGetCellT Method (BcfColumnT)

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfCell<T> GetCell<T>(
	BcfColumn<T> column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.

Type Parameters

T
The column value type.

Return Value

Type: BcfCellT
The BcfCellT of column.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is .
ArgumentExceptionThe specified column does not belong to this table.
See Also