Range.SetPhonetic Method

Creates Phonetic objects for all the cells in the specified range.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub SetPhonetic
'Usage
Dim instance As Range

instance.SetPhonetic()
void SetPhonetic()

Remarks

Any existing Phonetic objects in the specified range are automatically overwritten (deleted) by the new objects you add using this method.

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace