Click or drag to resize

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
Syntax
public int IndexOf(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: Int32
The index of a specific item in the list.
Exceptions
ExceptionCondition
ArgumentNullExceptionSpecified row is .
See Also