IndexSet RemoveIndexes Method (Int32, Int32) TIBCO Spotfire 5.5 API Reference
Removes a range of indexes from the set.

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

public void RemoveIndexes(
	int startIndex,
	int count
)

Parameters

startIndex
Type: System Int32
First index in the range
count
Type: System Int32
Number of indexes in the range
Exceptions

ExceptionCondition
System IndexOutOfRangeExceptionIf any index in the range (startIndex..(startIndex + count - 1)) >= Capacity.
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also