TableSortInfoCollection TryGetSortInfo Method TIBCO Spotfire 6.0 API Reference
Gets the sort info corresponding to a given data column if it exists.

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 bool TryGetSortInfo(
	DataColumn dataColumn,
	out TableSortInfo sortInfo
)

Parameters

dataColumn
Type: Spotfire.Dxp.Data DataColumn
The data column to look for.
sortInfo
Type: Spotfire.Dxp.Application.Visuals TableSortInfo 
Contains info about how a given column is sorted if it is sorted.

Return Value

Type: Boolean
True if the dataColumn was present in the collection, false otherwise.
See Also