コード例 #1
0
 public DataTableColumn(DataTableControl table)
 {
     DataTable = table;
     ColSpanBehavior = ColSpanBehavior.NoSpan;
 }