ColoringContains Method

Spotfire 15.0 API Reference
Determines whether the collection contains a specified rule.

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

C#
public bool Contains(
	ColorRule rule
)

Parameters

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

Return Value

Type: Boolean
True if the collection contains the specified rule; otherwise, false.
Version Information


See Also

Reference