TablePlotColumnCollectionTRemove Method

Spotfire 15.0 API Reference
Removes the column named columnName from the collection if it exists.

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 Remove(
	string columnName
)

Parameters

columnName
Type: SystemString
The name of the column to be removed.

Return Value

Type: Boolean
True if the column was found and removed, false if the column did not exist in the collection.
Version Information


See Also

Reference