WdBorderType Enumeration
Specifies the type of border to be used.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdBorderType
'Usage
Dim instance As WdBorderType
public enum WdBorderType
Members
Member name | Description | |
---|---|---|
wdBorderTop | A top border. | |
wdBorderLeft | A left border. | |
wdBorderBottom | A bottom border. | |
wdBorderRight | A right border. | |
wdBorderHorizontal | Horizontal borders. | |
wdBorderVertical | Vertical borders. | |
wdBorderDiagonalDown | A diagonal border starting in the top left corner. | |
wdBorderDiagonalUp | A diagonal border starting in the bottom left corner. |