public void SetExampleTableRow(IEnumerable <string> cells)
 {
     tableBuilder.AddRow(cells);
 }
Example #2
0
 public void AddTableRow(IEnumerable <string> cells)
 {
     tableBuilder.AddRow(cells);
 }