ColoringCollectionContains Method

Spotfire 15.0 API Reference
Determines whether the given coloring exists in this collection.

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(
	Coloring coloring
)

Parameters

coloring
Type: Spotfire.Dxp.Application.Visuals.ConditionalColoringColoring
The coloring to look for.

Return Value

Type: Boolean
true if this collection contains the given coloring; otherwise, false.
Version Information


See Also

Reference