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

適用対象