DocumentNodeKeyedCollectionBase TKey, TNode  IndexOf Method TIBCO Spotfire 6.0 API Reference
Gets the index of the specified node, or -1 if the node is not contained in this instance.

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

public int IndexOf(
	TNode node
)

Parameters

node
Type: TNode
The node.

Return Value

Type: Int32
The index.
See Also