Button.PhoneticAccelerator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Phonetic object, which contains information about a specific phonetic text string in a cell.
public:
property System::Object ^ PhoneticAccelerator { System::Object ^ get(); void set(System::Object ^ value); };
public object PhoneticAccelerator { get; set; }
Public Property PhoneticAccelerator As Object
Property Value
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.