Range.Phonetic Property

Definition

Returns the Phonetic object which contains information about a specific phonetic text string in a cell.

public:
 property Microsoft::Office::Interop::Excel::Phonetic ^ Phonetic { Microsoft::Office::Interop::Excel::Phonetic ^ get(); };
public Microsoft.Office.Interop.Excel.Phonetic Phonetic { get; }
Public ReadOnly Property Phonetic As Phonetic

Property Value

Remarks

This property provides compatibility with earlier versions of Microsoft Excel. You should use Phonetics(index), where index is the index number of the phonetic text, to return a single Phonetic object.

Applies to