XmlMappedRange.Phonetics Property (2007 System)

Gets the Phonetics collection of 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 Phonetics As Phonetics
'Usage
Dim instance As XmlMappedRange 
Dim value As Phonetics 

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

Property Value

Type: Phonetics
The Phonetics collection of the XmlMappedRange control.

.NET Framework Security

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace