편집

다음을 통해 공유


MsoLineStyle Enum

Definition

Specifies the style for a line.

public enum class MsoLineStyle
public enum MsoLineStyle
type MsoLineStyle = 
Public Enum MsoLineStyle
Inheritance
MsoLineStyle

Fields

Name Value Description
msoLineStyleMixed -2

Not supported.

msoLineSingle 1

Single line.

msoLineThinThin 2

Two thin lines.

msoLineThinThick 3

Thick line next to thin line. For horizontal lines, thick line is below thin line. For vertical lines, thick line is to the right of the thin line.

msoLineThickThin 4

Thick line next to thin line. For horizontal lines, thick line is above thin line. For vertical lines, thick line is to the left of the thin line.

msoLineThickBetweenThin 5

Thick line with a thin line on each side.

Applies to