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
Wiki Markup
{description}
{excerpt}
Creates a new [ExcelApplication] object
{excerpt}
{signature:C#}
public ExcelApplication ( )
{signature}
{signature:vb.net}
Public Sub New ExcelApplication ( )
{signature}
{example}
{code:csharp|title=C#}
ExcelApplication xla = new ExcelApplication();
{code}
{code:vb.net|title=vb.net}
Dim xla As New ExcelApplication()
{code}

{example}