TableSortInfoCollection Add Method TIBCO Spotfire 6.0 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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Add(
	DataColumn dataColumn,
	TablePlotColumnSortMode sortMode
)
Remarks

The order of the columns in the collection determines the order in which they influence the sort.
See Also