_Application.AnswerWizard Property
Returns the AnswerWizard object for Microsoft Excel.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property AnswerWizard As AnswerWizard
Get
'Usage
Dim instance As _Application
Dim value As AnswerWizard
value = instance.AnswerWizard
AnswerWizard AnswerWizard { get; }
Property Value
Type: Microsoft.Office.Core.AnswerWizard