XmlMappedRange.Phonetic Property
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 (in Microsoft.Office.Tools.Excel.dll)
Syntax
'Declaration
ReadOnly Property Phonetic As Phonetic
Phonetic Phonetic { get; }
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.