Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Word Developer Reference |
Specifies the type of border to be used.
| Name | Value | Description |
|---|---|---|
| wdBorderBottom | -3 | A bottom border. |
| wdBorderDiagonalDown | -7 | A diagonal border starting in the upper-left corner. |
| wdBorderDiagonalUp | -8 | A diagonal border starting in the lower-left corner. |
| wdBorderHorizontal | -5 | Horizontal borders. |
| wdBorderLeft | -2 | A left border. |
| wdBorderRight | -4 | A right border. |
| wdBorderTop | -1 | A top border. |
| wdBorderVertical | -6 | Vertical borders. |