Click or drag to resize

BcfRowGetFaults Method (Int32)

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

Gets the BcfFault objects the cell at columnIndex is tagged with.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public IEnumerable<BcfFault> GetFaults(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
Index of the column.

Return Value

Type: IEnumerableBcfFault
The BcfFault objects the cell at columnIndex is tagged with.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThe specified columnIndex is lower then 0 or greater then or equal column count.
See Also