Characters.PhoneticCharacters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the phonetic text in the specified Characters object.
public:
property System::String ^ PhoneticCharacters { System::String ^ get(); void set(System::String ^ value); };
public string PhoneticCharacters { get; set; }
Public Property PhoneticCharacters As String
Property Value
Remarks
Instead of using this property, you should use the Add(Int32, Int32, String) 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.