com.ibm.gre.IRMResultList.getItemByFlPlnCmpntAttrDefColNm Function
This method gets the value for the column as specified by the strFlPlnCmpntAttrDefColNm param for the result set row specified by the index parameter. You fill table values by iterating through all index values from 0 to ItemCount. For each row you then iterate through all columns and call the getFlPlnCmpntAttrDefColNm method for each column value from 0 to ColumnCount to get the value to supply for the strFlPlnCmpntAttrDefColNm param.

Public string getItemByFlPlnCmpntAttrDefColNm (int, string)
  Type Name Description  
    int index Use this value to specify the index value of the Item (row) in the result set to return the value for.  
    string strFlPlnCmpntAttrDefColNm Use this value to specify the name of the column to return the result for.  
  Return Description  
    string Returns the value of the named XML attribute in the specified position.