Link Search Menu Expand Document

LineStyle Enumeration

Line style

Namespace:Bytescout.Spreadsheet.Constants
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum LineStyle
Members
Member nameValueDescription
None0 (0) None
Thin1 (1) Thin style
Medium2 (2) Medium style
Dashed3 (3) Dashed style
Dotted4 (4) Dotted style
Thick5 (5) Thick style
Double6 (6) Double style
Hair7 (7) Hair style
MediumDashed8 (8) Medium dashed style (BIFF8 and higher only)
ThinDashDotted9 (9) Thin dash dotted style (BIFF8 and higher only)
MediumDashDotted10 (10) Medium dash dotted style (BIFF8 and higher only)
ThinDashDotDoted11 (11) Thin dash dot doted style (BIFF8 and higher only)
MediumDashDotDotted12 (12) Medium dash dot dotted style (BIFF8 and higher only)
SlantedMediumDashDotted13 (13) Slanted medium dash dotted style (BIFF8 and higher only)
See Also

Reference