 | BcfChildRelationCellIndexOf Method |
Gets the index of a specific item in the list.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic int IndexOf(
BcfRow row
)
Public Function IndexOf (
row As BcfRow
) As Integer
Parameters
- row
- Type: CalculationWorks.BusinessModelBcfRow
The row.
Return Value
Type:
Int32The index of a specific item in the list.
Exceptions
See Also