Esempio n. 1
0
 public static XRTableCell AddCell(this XRTableRow row)
 {
     return(row.AddCell(1D, string.Empty));
 }
Esempio n. 2
0
 public static XRTableCell AddCell(this XRTableRow row, double weight)
 {
     return(row.AddCell(weight, string.Empty));
 }