_Font.NameBi Property
Returns or sets the name of the font in a right-to-left language document. Read/write String.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NameBi As String
Get
Set
'Usage
Dim instance As _Font
Dim value As String
value = instance.NameBi
instance.NameBi = value
string NameBi { get; set; }
Property Value
Type: System.String