 | 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-beta7
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| Exception | Condition |
|---|
| IndexOutOfRangeException | The specified columnIndex is lower then 0 or greater then or equal column count. |
See Also