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

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.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
KeyNotFoundExceptionThe specified column does not belongs to the table..
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also