Share via


MailMerge.WizardState 属性

定义

返回或设置一个 Integer 类型的值,指示文档的当前邮件合并向导步骤。

public:
 property int WizardState { int get(); void set(int value); };
public int WizardState { get; set; }
member this.WizardState : int with get, set
Public Property WizardState As Integer

属性值

注解

WizardState 方法返回一个等于当前邮件合并向导步骤的数字;零 (0) 表示邮件合并向导已关闭。

适用于