NamedRange.Phonetic Property (2007 System)
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.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Phonetic As Phonetic
'Usage
Dim instance As NamedRange
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
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
- 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.