DocumentNodeListBaseTInternalSet Method

Spotfire 15.0 API Reference
Sets the item 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#
protected void InternalSet(
	int index,
	T item
)

Parameters

index
Type: SystemInt32
The index.
item
Type: T
The new item.
Version Information


See Also

Reference