TableSortInfoCollectionAdd Method

TIBCO Spotfire 11.4 API Reference
Adds a column that will be used to sort the table plot after.

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 void Add(
	DataColumn dataColumn,
	TablePlotColumnSortMode sortMode
)

Parameters

dataColumn
Type: Spotfire.Dxp.DataDataColumn
The data column to sort by.
sortMode
Type: Spotfire.Dxp.Application.VisualsTablePlotColumnSortMode
Determines how to sort
Remarks

The order of the columns in the collection determines the order in which they influence the sort.
Version Information

Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference