Borders.InsideLineWidth 属性

定义

返回或设置对象的内边框的线条宽度。

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

属性值

注解

此属性可以设置为 TrueFalse 或其中一个 WdLineWidth 常量。 如果对象具有具有多个线条宽度的内部边框,则返回 wdUndefined ;否则为 FalseWdLineWidth 常量。

适用于