Phonetic Interface

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
<InterfaceTypeAttribute()> _
<GuidAttribute("00024438-0000-0000-C000-000000000046")> _
Public Interface Phonetic
'Usage
Dim instance As Phonetic
[InterfaceTypeAttribute()]
[GuidAttribute("00024438-0000-0000-C000-000000000046")]
public interface Phonetic

Remarks

In Microsoft Excel 97, this object contained the formatting attributes for any phonetic text in the specified range.

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

The Phonetic 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

Phonetic Members

Microsoft.Office.Interop.Excel Namespace