コード例 #1
0
ファイル: PDResultViewer.cs プロジェクト: TAPeri/WordsMatter
 public void addCell(PDResCell para_nwCell)
 {
     if(rowContent == null) { rowContent = new List<PDResCell>(); }
     rowContent.Add(para_nwCell);
 }
コード例 #2
0
ファイル: PDResultViewer.cs プロジェクト: TAPeri/WordsMatter
 public void addCell(PDResCell para_nwCell)
 {
     if(columnContent == null) { columnContent = new List<PDResCell>(); }
     columnContent.Add(para_nwCell);
 }