NamedRange.Phonetic Property

Definition

Gets the Phonetic object, which contains information about a specific phonetic text string in the NamedRange control.

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

Property Value

A Phonetic object, which contains information about a specific phonetic text string in the NamedRange control.

Remarks

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

Applies to