Beispiel #1
0
 /**
  * Get the column name by index (start from 0)
  *
  * @param index
  * @return
  */
 public String getColumnHeader(int index) {
   checkColArgument(index);
   return (String) dataTable.getColumnHeader(index);
 }