Click or drag to resize

BcfCellCollectionItem Property (BcfColumn)

Gets the BcfCell of specified column.

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

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

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