コード例 #1
0
 public Table AddColumn(ColumnItem col)
 {
     this._listColumns.Add(col);
     return(this);
 }