CalculatedValueRuleCollectionIndexOf Method

Spotfire 15.0 API Reference
Determines the index of a specific rule in the collection.

Namespace:  Spotfire.Dxp.Application.Visuals.Miniatures
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public int IndexOf(
	CalculatedValueRule rule
)

Parameters

rule
Type: Spotfire.Dxp.Application.Visuals.MiniaturesCalculatedValueRule
The rule to locate in the collection.

Return Value

Type: Int32
The index of the rule if found in the list; otherwise, -1.
Version Information


See Also

Reference