getSizeRows()

public int getSizeRows()

This method returns the number of rows in the presentation space. The presentation space has one row less than the session window (because the last line of the session window, which contains the Operator Information Area, is not included in the presentation space). For example, if the session window has 25 rows and 80 columns, then the number of rows in the presentation space is 24.

Figure 1. Examples for getSizeRows()
<message title="'Example of getSizeRows and getSizeCols()'"
          value="'The PS has '+$HMLPSUtil.getSizeRows()$+
          ' rows and '+
          $HMLPSUtil.getSizeCols()$+' columns'" />