TableColumnCollectionContains Method (DataColumn)

Spotfire 15.0 API Reference
Determines if a data column is present in the collection.

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

C#
public bool Contains(
	DataColumn dataColumn
)

Parameters

dataColumn
Type: Spotfire.Dxp.DataDataColumn
The column to look for.

Return Value

Type: Boolean
True if the column was present, false otherwise.
Version Information


See Also

Reference