XlUnderlineStyle 枚举
定义
指定应用于字体的下划线类型。Specifies the type of underline applied to a font.
public enum class XlUnderlineStyle
public enum XlUnderlineStyle
Public Enum XlUnderlineStyle
- 继承
-
XlUnderlineStyle
字段
xlUnderlineStyleDouble | -4119 | 粗双下划线。Double thick underline. |
xlUnderlineStyleDoubleAccounting | 5 | 紧靠在一起的两条细下划线。Two thin underlines placed close together. |
xlUnderlineStyleNone | -4142 | 无下划线。No underlining. |
xlUnderlineStyleSingle | 2 | 单下划线。Single underlining. |
xlUnderlineStyleSingleAccounting | 4 | 不支持。Not supported. |