[]
Contains the different line styles for different versions of BIFF. Note that some values are not valid in some versions of the Excel BIFF file format.
public enum LineStyles
Name | Description |
---|---|
Dash | Dash. |
DashDot | Dash Dot. |
LongDash | Long Dash. |
LongDashDot | Long Dash Dot. |
LongDashDotDot | Long Dash Dot Dot. |
LooselySpacedSquareDot | Loosely spaced Square Dot. |
OldTransparent | Transparent (No Line), only effective in BIFF versions 3, 4, 5, and 7. |
RoundDot | Round Dot. |
SmallDash | Small Dash (No Equivalent Menu for Excel 2000). |
SmallDashSquareDot | Small Dash, Square Dot. |
SmallDashSquareDotSquareDot | Small Dash, Square Dot, Square Dot. |
Solid | Solid. |
SquareDot | Square Dot. |