Edit

Excel.ShapeLineStyle enum

The style for a line.

Remarks

[Api set: ExcelApi 1.9]

Fields

single = "Single"

Single line.

  • [Api set: ExcelApi 1.9]
thickBetweenThin = "ThickBetweenThin"

Thick line with a thin line on each side.

  • [Api set: ExcelApi 1.9]
thickThin = "ThickThin"

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

  • [Api set: ExcelApi 1.9]
thinThick = "ThinThick"

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

  • [Api set: ExcelApi 1.9]
thinThin = "ThinThin"

Two thin lines.

  • [Api set: ExcelApi 1.9]