GraphicalTableColumnSortInfoCollection TryGetSortInfo Method TIBCO Spotfire 6.0 API Reference
Tries to get the sort info for the specified column.

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

public bool TryGetSortInfo(
	GraphicalTableColumn column,
	out GraphicalTableColumnSortInfo sortInfo
)

Return Value

Type: Boolean
True if found; false otherwise.
See Also