Exemple #1
0
 public static XRTableRow AddRow(this XRTable table)
 {
     return(table.AddRow(1D));
 }