WdLineWidth Enumeration

Specifies the width of an object's border.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Public Enumeration WdLineWidth
'Usage
Dim instance As WdLineWidth
public enum WdLineWidth

Members

Member name Description
wdLineWidth025pt 0.25 point.
wdLineWidth050pt 0.50 point.
wdLineWidth075pt 0.75 point.
wdLineWidth100pt 1.00 point. default.
wdLineWidth150pt 1.50 points.
wdLineWidth225pt 2.25 points.
wdLineWidth300pt 3.00 points.
wdLineWidth450pt 4.50 points.
wdLineWidth600pt 6.00 points.

See Also

Reference

Microsoft.Office.Interop.Word Namespace