Partager via


Font2.NameOther Property

Gets or sets the font used for characters whose character set numbers are greater than 127. Read/write.

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

Syntax

'Declaration
Property NameOther As String
    Get
    Set
'Usage
Dim instance As Font2
Dim value As String

value = instance.NameOther

instance.NameOther = value
string NameOther { get; set; }

Property Value

Type: System.String
String

See Also

Reference

Font2 Interface

Font2 Members

Microsoft.Office.Core Namespace