Click or drag to resize

BcfCellIdGetCell Method

Resolves the BcfCell representing this instance in specified dataSet.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfCell GetCell(
	BcfDataSet dataSet
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The dataset.

Return Value

Type: BcfCell
The BcfCell representing this instance.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataSet is .
IndexOutOfRangeExceptionFailed to resolve table or column in dataSet.
KeyNotFoundException the resolved table does not contains a row with this RowId.
See Also