Borders.InsideLineWidth Property
Returns or sets the line width of the inside border of an object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property InsideLineWidth As WdLineWidth
Get
Set
'Usage
Dim instance As Borders
Dim value As WdLineWidth
value = instance.InsideLineWidth
instance.InsideLineWidth = value
WdLineWidth InsideLineWidth { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.WdLineWidth
Remarks
This property can be set to True, False, or one of the WdLineWidth constants. It returns wdUndefined if the object has inside borders with more than one line width; otherwise, False or a WdLineWidth constant.