bindingInfo.getGroupOrder(colName)

Returns the sort order for a grouping column.

Parameter

colName column whose grouping order is desired

Return

Integer value representing the grouping order:

   1: Ascending order

   2: Descending order

   4: Original order

Example

bindingInfo.getGroupOrder('State');

<< bindingInfo.getGroupColCount() © 1996-2013 InetSoft Technology Corporation (v11.4) bindingInfo.getSummaryCol(i) >>