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

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also