public void addCell(WAMResCell para_nwCell) { if(rowContent == null) { rowContent = new List<WAMResCell>(); } rowContent.Add(para_nwCell); }
public void addCell(WAMResCell para_nwCell) { if(columnContent == null) { columnContent = new List<WAMResCell>(); } columnContent.Add(para_nwCell); }