Share via


Range.Phonetic Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Phonetic As Phonetic
    Get
'Usage
Dim instance As Range
Dim value As Phonetic

value = instance.Phonetic
Phonetic Phonetic { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Phonetic

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.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace