getDataByIndex()

public int getDataByIndex(int row, int column)
This method returns the entry at the specified row and column index. The following list shows the values returned for the data shown in Table 1:
  • getDataByIndex(0,0) returns an empty string.
  • getDataByIndex(0,1) returns the string 'TOPICID'.
  • getDataByIndex(0,2) returns the string 'EXMPLID'.
  • getDataByIndex(1,1) returns the string '4'.
  • getDataByIndex(2,2) returns the string '54'.
  • getDataByIndex(3,3) returns the string 'Edit Products'.
Figure 1. Examples for getDataByIndex()
<message title="'Row 3, Column 3'" value="$HMLSessionUtil.getDataByIndex(3,3)$" />