Sergey
I want to make the border visible on the top of a cell and the bottom of a cell but not the sides of the cell:
ie
_____________
123456
_____________
I also want the top border and the bottom border to be different widths ie top width 1 and bottom width 2.
Is this possible ?
Cell Borders
Keeping tables together
Sergey
In a similar vein, is there any way I can tell Richview to keep a table together so it will not split a table at a page break ?
In a similar vein, is there any way I can tell Richview to keep a table together so it will not split a table at a page break ?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
1) You can use Cell.VisibleBorders to hide some border sides.
Alternatively, you can use table "rules", but they cannot be exported in HTML or RTF.
You cannot make different border widths, it's the same for all cells (but you can draw border yourself in table.OnDrawBorder event)
2) Exclude rvtoRowsSplit from table.PrintOptions.
Alternatively, you can use table "rules", but they cannot be exported in HTML or RTF.
You cannot make different border widths, it's the same for all cells (but you can draw border yourself in table.OnDrawBorder event)
2) Exclude rvtoRowsSplit from table.PrintOptions.