Link Search Menu Expand Document

LineDashStyle Enumeration

Specifies preset line dash values

Namespace:Bytescout.Spreadsheet.MSODrawing
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum LineDashStyle
Members
Member nameValueDescription
Solid0 (0) Solid style
Dash1 (1) Dash style
Dot2 (2) Dot style
DashDot3 (3) Dash dot style
DashDotDot4 (4) Dash dot dot style
SquareDot5 (5) Square dot style
DashStyleMixed6 (6) Dash style mixed
DashLongDash7 (7) Dash long dash style
DashLongDashDot8 (8) Dash long dash dot style
See Also

Reference