how to visible Cell Border for only right and bottom in Itext Pdf cell
Answers
Smith
2914
Points
78
Posts
|
Use in iTextSharp following code: cell.Border = Rectangle.RIGHT_BORDER | Rectangle.BOTTOM_BORDER;
It will show both right and bottom borders
Posted On:
04-Jan-2017 04:46
|