UndoableKeyedCollectionTKey, TNodeRemoveRange Method

Spotfire 15.0 API Reference
Remove count elements starting at position index. If count is zero, no elements are removed and no event is raised.

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
count
Type: SystemInt32
Exceptions

ExceptionCondition
ArgumentException If the range described by the arguments is at least partly outside range.
Version Information


See Also

Reference