Border.LineStyle 属性

定义

返回或设置边框的线条样式。

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

适用于