Button.PhoneticAccelerator Property
Returns the Phonetic object, which contains information about a specific phonetic text string in a cell.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PhoneticAccelerator As Object
Get
Set
'Usage
Dim instance As Button
Dim value As Object
value = instance.PhoneticAccelerator
instance.PhoneticAccelerator = value
Object PhoneticAccelerator { get; set; }
Property Value
Type: System.Object
Phonetic
Remarks
This property provides compatibility with earlier versions of Microsoft Excel. You should use Phonetics(index), where index is the index number of the phonetic text, to return a single Phonetic object.