showRow( rrn )
This method redisplays a specified row previously hidden with hideRow() at runtime.  It is useful in presenting rows dynamically.
Parameters:
rrn -Â relative record number of the row to show, where 1 is the first row, 2 is the second row, etc.
*Row 1 refers to the original row number as written by the server-side program, and does not change when filters or sorts are applied.
Example:
// show the first row
getObj("Grid1").grid.showRow(1);
This function first appeared in Profound UI 6.7.0