ChartCharacters.PhoneticCharacters Property
Returns or sets the phonetic text for the object. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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