bindingInfo.getColumnOrder(colName)

Returns the sort order of the specified column.

Parameter

colName name of column to test for sorting

Return

0: if the column is unsorted

1: if the column is sorted ascending

2: if the column is sorted descending

Example

bindingInfo.getColumnOrder('Employee');

See Also

bindingInfo.getColumnOrder(col), for the equivalent Chart function.

<< bindingInfo.addSummaryCol(colName) © 1996-2013 InetSoft Technology Corporation (v11.4) bindingInfo.getFormula(i) >>