Click or drag to resize

BcfRowViewGetColumnsInError Method

Gets the names of columns with faults.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public virtual IEnumerable<string> GetColumnsInError()

Return Value

Type: IEnumerableString
The names of columns with faults.
See Also