Exemple #1
0
 public void addCell(TDResCell para_nwCell)
 {
     if(rowContent == null) { rowContent = new List<TDResCell>(); }
     rowContent.Add(para_nwCell);
 }
Exemple #2
0
 public void addCell(TDResCell para_nwCell)
 {
     if(columnContent == null) { columnContent = new List<TDResCell>(); }
     columnContent.Add(para_nwCell);
 }