コード例 #1
0
 /// <summary>
 /// Returns the format for a given column. </summary>
 /// <param name="column"> the colum for which to return the format. </param>
 /// <returns> the format (as used by StringUtil.format) for a column. </returns>
 public virtual string getFormat(int column)
 {
     return(__tableModel.getFormat(column));
 }