Tabletb=newTable();introw=3;//行数intcol=4;//列数for(inti=0;i<row;i++){TableRowtr=newTableRow();tb.Rows.Add(tr);for(intj=0;j<col;j++){TableCelltd=newTableCell();tr.Cells.Add(td);td.Text=i.ToString();}}
Tabletb=newTable();introw=3;//行数intcol=4;//列数for(inti=0;i<row;i++){TableRowtr=newTableRow();tb.Rows.Add(tr);for(intj=0;j<col;j++){TableCelltd=newTableCell();tr.Cells.Add(td);td.Text=i.ToString();}}