ChartCharacters.PhoneticCharacters Property

Returns or sets the phonetic text for the object. Read/write.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property PhoneticCharacters As String
    Get
    Set
'Usage
Dim instance As ChartCharacters
Dim value As String

value = instance.PhoneticCharacters

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

Property Value

Type: System.String
String

See Also

Reference

ChartCharacters Interface

ChartCharacters Members

Microsoft.Office.Interop.Word Namespace