getSizeCols()

public int getSizeCols()

This method returns the number of columns in the presentation space. The presentation space has the same number of columns as the session window. For example, if the session window has 25 rows and 80 columns, then the number of columns in the presentation space is 80.

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