IndexSet RemoveIndexes Method (Int32, Int32) TIBCO Spotfire 6.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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also