NamedRange.SetPhonetic Method (2007 System)
Creates Phonetic objects for all the cells 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
Public Sub SetPhonetic
'Usage
Dim instance As NamedRange
instance.SetPhonetic()
public void SetPhonetic()
public:
void SetPhonetic()
public function SetPhonetic()
Remarks
Any existing Phonetic objects in the NamedRange control are automatically overwritten (deleted) by the new objects you add using this method.
.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.