- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
....
tr = new TableRow();
tc = new TableCell();
tr.Cells.Add(tc);
tc = new TableCell();
tr.Cells.Add(tc);
tc = new TableCell();
tr.Cells.Add(tc);
tc = new TableCell();
tr.Cells.Add(tc);
tc = new TableCell();
tc.HorizontalAlign = HorizontalAlign.Right;
tr.Cells.Add(tc);
mf_TableMF2.Rows.Add(tr);
guest 03.04.2010 10:13 # +1.6
guest 03.04.2010 10:45 # +2.8
guest 04.04.2010 21:53 # −2.2