Click or drag to resize

BcfTableIndexOf Method

[This is preliminary documentation and is subject to change.]

Gets the index of a specific item in the list.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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.
See Also