Characters.PhoneticCharacters Property
Returns or sets the phonetic text in the specified Characters object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PhoneticCharacters As String
Get
Set
'Usage
Dim instance As Characters
Dim value As String
value = instance.PhoneticCharacters
instance.PhoneticCharacters = value
string PhoneticCharacters { get; set; }
Property Value
Type: System.String
Remarks
Instead of using this property, you should use the Add method of the Phonetics collection to add phonetic information to a cell, and use the Text property of the Phonetic object to return or set the phonetic text strings in a cell.
You can use this property only with Characters objects that are based on a single cell.