SummaryTableVisibleColumnCollection Contains Method (SummaryTableVisibleColumn) TIBCO Spotfire 6.0 API Reference
Determines whether this SummaryTableVisibleColumnCollection contains the specified column.

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(
	SummaryTableVisibleColumn column
)

Return Value

Type: Boolean
true if this instance contains the specified column; otherwise, false.
See Also