MailMerge.WizardState Property

Returns or sets an Integer indicating the current Mail Merge Wizard step for a document.

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

Syntax

'Declaration
Property WizardState As Integer
    Get
    Set
'Usage
Dim instance As MailMerge
Dim value As Integer

value = instance.WizardState

instance.WizardState = value
int WizardState { get; set; }

Property Value

Type: System.Int32

Remarks

The WizardState method returns a number that equates to the current Mail Merge Wizard step; a zero (0) means the Mail Merge Wizard is closed.

See Also

Reference

MailMerge Interface

MailMerge Members

Microsoft.Office.Interop.Word Namespace