Gets the table column for a given data column provided it is present in the collection.
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public bool TryGetTableColumn( DataColumn dataColumn, out TableColumn tableColumn )
Parameters
- dataColumn
- Type: Spotfire.Dxp.DataDataColumn
The data 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: BooleanTrue if the data column was present in the collection, false otherwise.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also