Exemple #1
0
 public string MapToString(G.TableCell cell)
 {
     return(this.mapper.Map <string>(cell));
 }
Exemple #2
0
 public string MapToString(G.TableCell cell)
 {
     return(cell?.Value);
 }
Exemple #3
0
 public TableRow(Location location, TableCell[] cells)
 {
     Location = location;
     Cells = cells;
 }