Exemplo n.º 1
0
 public void addCell(SHResCell para_nwCell)
 {
     if(rowContent == null) { rowContent = new List<SHResCell>(); }
     rowContent.Add(para_nwCell);
 }
Exemplo n.º 2
0
 public void addCell(SHResCell para_nwCell)
 {
     if(columnContent == null) { columnContent = new List<SHResCell>(); }
     columnContent.Add(para_nwCell);
 }