ColoringMove Method

TIBCO Spotfire 11.4 API Reference
Moves a rule at the specified index to another location in the collection.

Namespace:  Spotfire.Dxp.Application.Visuals.ConditionalColoring
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax

C#
public void Move(
	int fromIndex,
	int toIndex
)

Parameters

fromIndex
Type: SystemInt32
The zero-based index specifying the location of the item to be moved.
toIndex
Type: SystemInt32
The zero-based index specifying the new location of the item.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference