XlLineStyle 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
輪郭の線の種類を指定します。
public enum class XlLineStyle
public enum XlLineStyle
type XlLineStyle =
Public Enum XlLineStyle
- 継承
-
XlLineStyle
フィールド
名前 | 値 | 説明 |
---|---|---|
xlLineStyleNone | -4142 | 線なし |
xlDouble | -4119 | 2 本線 |
xlDot | -4118 | 点線 |
xlDash | -4115 | 破線 |
xlContinuous | 1 | 実線 |
xlDashDot | 4 | 一点鎖線 |
xlDashDotDot | 5 | ニ点鎖線 |
xlSlantDashDot | 13 | 斜破線 |