DocumentNodeListBase T  InternalInsertRange Method TIBCO Spotfire 6.0 API Reference
InsertRange.

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

protected void InternalInsertRange(
	int index,
	IEnumerable<T> collection
)

Parameters

index
Type: System Int32
collection
Type: System.Collections.Generic IEnumerable T 
See Also