XlUnderlineStyle
下划线类型。
类型
枚举
值
- "xlUnderlineStyleDouble"
- "xlUnderlineStyleDoubleAccounting"
- "xlUnderlineStyleNone"
- "xlUnderlineStyleSingle"
- "xlUnderlineStyleSingleAccounting"
示例
This example specifys that the single underlining is applied to the font.
// How to underline a text font.
// Set an underline style to "xlUnderlineStyleSingle".
font.SetUnderline("xlUnderlineStyleSingle");