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