DocumentNodeListTRemoveRange Method

Spotfire 15.0 API Reference
Removes a range of count elements starting at the specified index.

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

C#
public void RemoveRange(
	int index,
	int count
)

Parameters

index
Type: SystemInt32
The index of the first element to remove.
count
Type: SystemInt32
The number of elements to remove.
Version Information


See Also

Reference