Borders.LineStyle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置边框的线条样式。
public:
property System::Object ^ LineStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object LineStyle { get; set; }
Public Property LineStyle As Object
属性值
注解
XlLineStyle 可以是以下 XlLineStyle 常量之一:
xlContinuous
xlDash
xlDashDot
xlDashDotDot
xlDot
xlDouble
xlSlantDashDot
xlLineStyleNone