Click or drag to resize

BcfRowGetCell Method (BcfColumn)

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

Returns the BcfCell of column.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfCell GetCell(
	BcfColumn column
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumn
The column.

Return Value

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