







Linestyle
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public enum eUnderLineType |
| Visual Basic (Declaration) |
|---|
Public Enumeration eUnderLineType |
| Visual C++ |
|---|
public enum class eUnderLineType |
Members
| Member name | Description | |
|---|---|---|
| Dash | ||
| DashHeavy | ||
| DashLong | ||
| DashLongHeavy | ||
| Double | ||
| DotDash | ||
| DotDashHeavy | ||
| DotDotDash | ||
| DotDotDashHeavy | ||
| Dotted | ||
| DottedHeavy | ||
| Heavy | ||
| None | ||
| Single | ||
| Wavy | ||
| WavyDbl | ||
| WavyHeavy | ||
| Words |
