 | BcfRowViewGetFaults Method (String) |
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.2.0
Syntaxpublic IEnumerable<BcfFault> GetFaults(
string columnName
)
Public Function GetFaults (
columnName As String
) As IEnumerable(Of BcfFault)
Parameters
- columnName
- Type: SystemString
The column name.
Return Value
Type:
IEnumerableBcfFaultThe faults tagging a cell represented by this rowview and specified
columnName.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Specified columnName is not reflected by this view. |
See Also