IndexSetAddIndexes Method (IEnumerableInt32)

Spotfire 15.0 API Reference
Adds the specified indexes to the set.

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

C#
public void AddIndexes(
	IEnumerable<int> indexes
)

Parameters

indexes
Type: System.Collections.GenericIEnumerableInt32
The indexes.
Exceptions

ExceptionCondition
IndexOutOfRangeExceptionIf any index in indexes >= Capacity.
Version Information


See Also

Reference