XmlMappedRange.Phonetic Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Phonetic object which contains information about a specific phonetic text string in the XmlMappedRange control.
public:
property Microsoft::Office::Interop::Excel::Phonetic ^ Phonetic { Microsoft::Office::Interop::Excel::Phonetic ^ get(); };
public Microsoft.Office.Interop.Excel.Phonetic Phonetic { get; }
member this.Phonetic : Microsoft.Office.Interop.Excel.Phonetic
Public ReadOnly Property Phonetic As Phonetic
Property Value
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.