Borders.InsideLineStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the inside border for the specified object.
public:
property Microsoft::Office::Interop::Word::WdLineStyle InsideLineStyle { Microsoft::Office::Interop::Word::WdLineStyle get(); void set(Microsoft::Office::Interop::Word::WdLineStyle value); };
public Microsoft.Office.Interop.Word.WdLineStyle InsideLineStyle { get; set; }
member this.InsideLineStyle : Microsoft.Office.Interop.Word.WdLineStyle with get, set
Public Property InsideLineStyle As WdLineStyle
Property Value
Remarks
This property can be set to True, False, or a WdLineStyle constant. It returns wdUndefined if more than one kind of border is applied to the specified object; otherwise, False or a WdLineStyle constant.
True sets the line style to the default line style and the line width to the default line width. The default line style and line width can be set using the DefaultBorderLineWidth and DefaultBorderLineStyle properties.