/// <summary>
 /// Returns the widths of the columns in the table. </summary>
 /// <returns> an integer array of the widths of the columns in the table. </returns>
 public virtual int[] getColumnWidths()
 {
     return(__tableModel.getColumnWidths());
 }