SN
Hi there,
Is it possible to output a table to a word document with only border at the bottom?
Thanks,
Sam
Hi Sam,
maybe there is a way to do this in table parameters, but I didn't discover this... so try to add one empty black row at the end of table:
doc.TableRow(); doc.TableCell("", 100, "Arial", 0, Constants.C_BLACK, Constants.C_BLACK, 0, Constants.FMT_LEFT | Constants.FMT_VTOP, 0);