DocumentNodeKeyedCollectionBase TKey, TNode  IndexOfCore Method TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

protected abstract int IndexOfCore(
	TNode node
)

Parameters

node
Type: TNode
The node.

Return Value

Type: Int32
The index.
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also