_Application.CanPlaySounds Property
This property should not be used. Sound notes have been removed from Microsoft Excel.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property CanPlaySounds As Boolean
Get
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.CanPlaySounds
bool CanPlaySounds { get; }
Property Value
Type: System.Boolean