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

See Also

Reference

NamedRange Class

NamedRange Members

Microsoft.Office.Tools.Excel Namespace