Table of Contents

Enum ShapeDashLineStyleType

Namespace
Spire.Xls
Assembly
Spire.XLS.dll

Represents shape dash line style.

public enum ShapeDashLineStyleType

Fields

DashDot = 8

Represents DashDot style.

DashDotDot = 10

Represents DashDotDot style.

Dashed = 6

Represents Dashed style.

Dotted = 2

Represents Dotted style.

DottedRound = 1

Represents DottedRound style.

MediumDashDot = 9

Represents MediumDashDot style.

MediumDashed = 7

Represents MediumDashed style.

Solid = 0

Represents solid style.