TableColumnCollectionTryGetTableColumn Method (VirtualColumn, TableColumn)

Spotfire 14.3 API Reference
Gets the table column for a given virtual column provided it is present in the collection.

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

C#
public bool TryGetTableColumn(
	VirtualColumn virtualColumn,
	out TableColumn tableColumn
)

Parameters

virtualColumn
Type: Spotfire.Dxp.Data.VirtualColumnsVirtualColumn
The virtual column to get a table column for.
tableColumn
Type: Spotfire.Dxp.Application.VisualsTableColumn
If successful returns the table column for the data column.

Return Value

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

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference