Click or drag to resize

BcfRowCellFaults Property

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

Gets all distinct BcfFault tagging cells in this row.

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

Return Value

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