Click or drag to resize

BcfRowGetCell Method (String)

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

Gets the BcfCell of column specified by columnName.

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

Parameters

columnName
Type: SystemString
The column name.

Return Value

Type: BcfCell
This row.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is null.
ArgumentExceptionThe column specified by columnName cannot be found.
See Also