Share via


XmlMappedRange.Phonetic Property (2007 System)

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

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Phonetic As Phonetic
'Usage
Dim instance As XmlMappedRange 
Dim value As Phonetic 

value = instance.Phonetic
[BrowsableAttribute(false)]
public Phonetic Phonetic { get; }
[BrowsableAttribute(false)]
public:
property Phonetic^ Phonetic {
    Phonetic^ get ();
}
public function get Phonetic () : Phonetic

Property Value

Type: Phonetic
The Phonetic object which contains information about a specific phonetic text string in the XmlMappedRange 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

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace