Click or drag to resize
CalculationWorks Logo
BcfRowItem Property (BcfColumn)
Gets the BcfCell with the specified column.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfCell this[
	BcfColumn column
] { get; }

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

Type: BcfCell
BcfCell.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumn is null
KeyNotFoundExceptionColumn is not in table
See Also