ColumnReplacementCollection IndexOf Method TIBCO Spotfire 6.0 API Reference
Returns the index of the item.

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

public int IndexOf(
	ColumnReplacement item
)

Return Value

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

Implements

IList T  IndexOf(T)
See Also