Characters.PhoneticCharacters Property

Definition

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.

Applies to