SummaryTableVisibleColumnCollection Contains Method (String) TIBCO Spotfire 6.0 API Reference
Checks if columnName is contained in this collection.

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

public bool Contains(
	string columnName
)

Parameters

columnName
Type: System String
The name of the column to look for.

Return Value

Type: Boolean
true if the column is part of the collection; otherwise false.
See Also