Excel.ShapeFontUnderlineStyle enum
The type of underline applied to a font.
Remarks
Fields
dash = "Dash" | |
dashHeavy = "DashHeavy" | |
dashLong = "DashLong" | |
dashLongHeavy = "DashLongHeavy" | |
dotDash = "DotDash" | |
dotDashHeavy = "DotDashHeavy" | |
dotDotDash = "DotDotDash" | |
dotDotDashHeavy = "DotDotDashHeavy" | |
dotted = "Dotted" | |
dottedHeavy = "DottedHeavy" | |
double = "Double" | |
heavy = "Heavy" | |
none = "None" | |
single = "Single" | |
wavy = "Wavy" | |
wavyDouble = "WavyDouble" | |
wavyHeavy = "WavyHeavy" |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins