Click or drag to resize

BcfRowViewGetFaults Method (String)

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

Gets the faults tagging a cell represented by this rowview and specified columnName.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public IEnumerable<BcfFault> GetFaults(
	string columnName
)

Parameters

columnName
Type: SystemString
The column name.

Return Value

Type: IEnumerableBcfFault
The faults tagging a cell represented by this rowview and specified columnName.
Exceptions
ExceptionCondition
ArgumentExceptionSpecified columnName is not reflected by this view.
See Also