Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Creates a new WordApplication object

Signature
C#
C#
public WordApplication ( )
Signature
vb.net
vb.net
Public Sub New WordApplication ( )
Example
Code Block
csharp
csharp
titleC#
WordApplication wa = new WordApplication();
Code Block
vb.net
vb.net
titlevb.net
Dim wa As New WordApplication()