Borders.InsideLineWidth Property

Definition

Returns or sets the line width of the inside border of an object.

public:
 property Microsoft::Office::Interop::Word::WdLineWidth InsideLineWidth { Microsoft::Office::Interop::Word::WdLineWidth get(); void set(Microsoft::Office::Interop::Word::WdLineWidth value); };
public Microsoft.Office.Interop.Word.WdLineWidth InsideLineWidth { get; set; }
member this.InsideLineWidth : Microsoft.Office.Interop.Word.WdLineWidth with get, set
Public Property InsideLineWidth As WdLineWidth

Property Value

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.

Applies to