Click or drag to resize

BcfRowGetCellT Method (BcfColumnT)

[This is preliminary documentation and is subject to change.]

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 null.
ArgumentExceptionThe specified column does not belong to this table.
See Also