NamedRange.Phonetics Property (2007 System)
Gets the Phonetics collection of 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 Phonetics As Phonetics
'Usage
Dim instance As NamedRange
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 NamedRange control.
.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.