Freigeben über


Font2.UnderlineStyle Property

Gets or sets a value specifying the underline style for the selected text. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property UnderlineStyle As MsoTextUnderlineType
    Get
    Set
'Usage
Dim instance As Font2
Dim value As MsoTextUnderlineType

value = instance.UnderlineStyle

instance.UnderlineStyle = value
MsoTextUnderlineType UnderlineStyle { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTextUnderlineType
MsoTextUnderlineType

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace