Phonetics Interface

A collection of all the Phonetic objects in the specified range. Each Phonetic object contains information about a specific phonetic text string.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024447-0000-0000-C000-000000000046")> _
Public Interface Phonetics _
    Inherits IEnumerable
'Usage
Dim instance As Phonetics
[InterfaceTypeAttribute()]
[GuidAttribute("00024447-0000-0000-C000-000000000046")]
public interface Phonetics : IEnumerable

Remarks

Use the Phonetics property to return the Phonetics collection.

Use Phonetics(index), where index is the index number of the phonetic text, to return a single Phonetic object.

See Also

Reference

Phonetics Members

Microsoft.Office.Interop.Excel Namespace