Click or drag to resize

BcfRowCellFaults Property

Gets all distinct BcfFault tagging cells in this row.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfFault> CellFaults { get; }

Return Value

Type: IEnumerableBcfFault
The distinct BcfFault tagged cells in this row.
See Also