Font2.NameAscii Property
Gets or sets the font used for Latin text (characters with character codes from 0 (zero) through 127). Read/write.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property NameAscii As String
Get
Set
'Usage
Dim instance As Font2
Dim value As String
value = instance.NameAscii
instance.NameAscii = value
string NameAscii { get; set; }
Property Value
Type: System.String
String