IndexSet AddIndexes Method (Int32, Int32) TIBCO Spotfire 6.0 API Reference
Adds a range of indexes to the set.

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

public void AddIndexes(
	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.
See Also