Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Mail Merge wizard step from which a user is moving.
Namespace: Microsoft.Office.Tools.Word
Assembly: Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)
Syntax
'Declaration
Public ReadOnly Property FromState As Integer
'Usage
Dim instance As MailMergeWizardStateChangeEventArgs
Dim value As Integer
value = instance.FromState
public int FromState { get; }
public:
property int FromState {
int get ();
}
public function get FromState () : int
Property Value
Type: System.Int32
The Mail Merge wizard step from which a user is moving.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MailMergeWizardStateChangeEventArgs Class