Click or drag to resize

BcfRowGetFaults Method (String)

Gets the BcfFault objects the cell with columnName is tagged with.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfFault> GetFaults(
	string columnName
)

Parameters

columnName
Type: SystemString
column name

Return Value

Type: IEnumerableBcfFault
The BcfFault objects the cell with columnName is tagged with.
Exceptions
ExceptionCondition
ArgumentNullExceptioncolumnName is .
ArgumentNullExceptioncolumnName is .
ArgumentExceptionThe column specified by columnName cannot be found.
See Also