ColumnReplacementCollection Insert Method TIBCO Spotfire 6.0 API Reference
Inserts an item at the specified index.

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 void Insert(
	int index,
	ColumnReplacement item
)

Parameters

index
Type: System Int32
The zero-based index at which item should be inserted.
item
Type: Spotfire.Dxp.Data.Transformations ColumnReplacement
The object to insert.

Implements

IList T  Insert(Int32, T)
See Also