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 ExcelApplication object

Signature
C#
C#

<p>public ExcelApplication ( )
{signature}
{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Sub New ExcelApplication ( )
{signature}
{example}
{code:csharp|title=C#}</p>
Example
Code Block
csharp
csharp
titleC#

ExcelApplication xla = new ExcelApplication();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim xla As New ExcelApplication()
{code} {example}