 | BcfRowGetFaults Method (String) |
[This is preliminary documentation and is subject to change.]
Gets the
BcfFault objects the cell with
columnName is tagged with.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic IEnumerable<BcfFault> GetFaults(
string columnName
)
Public Function GetFaults (
columnName As String
) As IEnumerable(Of BcfFault)
Parameters
- columnName
- Type: SystemString
column name
Return Value
Type:
IEnumerableBcfFaultThe
BcfFault objects the cell with
columnName is tagged with.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also