NamedRange.Phonetic Property

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

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

Syntax

'Declaration
ReadOnly Property Phonetic As Phonetic
Phonetic Phonetic { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Phonetic
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.

.NET Framework Security

See Also

Reference

NamedRange Interface

Microsoft.Office.Tools.Excel Namespace