ColumnAdditionCollectionIndexOf Method

Spotfire 15.0 API Reference
Returns the index of the item.

Namespace:  Spotfire.Dxp.Data.Transformations
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public int IndexOf(
	ColumnAddition item
)

Parameters

item
Type: Spotfire.Dxp.Data.TransformationsColumnAddition
The item to look for.

Return Value

Type: Int32
The index of the item, if it was found. Otherwise -1.

Implements

IListTIndexOf(T)
Version Information


See Also

Reference