TablePlotColumnCollectionTItem Property

Spotfire 15.0 API Reference
Returns the TablePlotColumn named columnName.

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 T this[
	string columnName
] { get; }

Parameters

columnName
Type: SystemString
The name of the column to find.

Property Value

Type: T
The TablePlotColumn
Version Information


See Also

Reference